CSS Color Background

Light Sky Blue

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

Preview

Light Sky Blue solid color background preview (#87CEFA)

Color value: #87CEFA

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #87CEFA; }

HTML Code

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