CSS Color Background

Light Cyan

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

Preview

Light Cyan solid color background preview (#E0FFFF)

Color value: #E0FFFF

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #E0FFFF; }

HTML Code

<section class="hero light-cyan-bg"> <h2>Your content</h2> </section> <style> .light-cyan-bg { background-color: #E0FFFF; } </style>