CSS Color Background

Robin Egg Blue

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

Preview

Robin Egg Blue solid color background preview (#00CCCC)

Color value: #00CCCC

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #00CCCC; }

HTML Code

<section class="hero robin-egg-blue-bg"> <h2>Your content</h2> </section> <style> .robin-egg-blue-bg { background-color: #00CCCC; } </style>