CSS Color Background

Maya Blue

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

Preview

Maya Blue solid color background preview (#73C2FB)

Color value: #73C2FB

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #73C2FB; }

HTML Code

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