CSS Color Background

Light Blue

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

Preview

Light Blue solid color background preview (#ADD8E6)

Color value: #ADD8E6

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #ADD8E6; }

HTML Code

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