CSS Color Background

Sky Blue

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

Preview

Sky Blue solid color background preview (#87CEEB)

Color value: #87CEEB

Available Resolutions

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

Download all sizes

CSS Code

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

HTML Code

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