CSS Color Background

Light Cornflower Blue

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

Preview

Light Cornflower Blue solid color background preview (#93CCEA)

Color value: #93CCEA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #93CCEA; }

HTML Code

<section class="hero light-cornflower-blue-bg"> <h2>Your content</h2> </section> <style> .light-cornflower-blue-bg { background-color: #93CCEA; } </style>