CSS Color Background

Electric Blue

Pure CSS color background: #7DF9FF. Use this solid color for personal and commercial creative projects.

Preview

Electric Blue solid color background preview (#7DF9FF)

Color value: #7DF9FF

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #7DF9FF; }

HTML Code

<section class="hero electric-blue-bg"> <h2>Your content</h2> </section> <style> .electric-blue-bg { background-color: #7DF9FF; } </style>