Sky Blue Hex Code — #87CEEB
RGB, HSL, and CMYK values for Sky Blue.
Last updated: April 6, 2026
Sky Blue Color Values
| Format | Value |
|---|---|
| HEX | #87CEEB |
| RGB | rgb(135, 206, 235) |
| HSL | hsl(197, 71%, 73%) |
| CMYK | cmyk(43%, 12%, 0%, 8%) |
About Sky Blue
Color psychology: Peace, tranquility, openness.
Sky Blue (#87CEEB) is a light shade of blue with a hue angle of 197° on the color wheel, 71% saturation, and 73% lightness. It's commonly used in web design, graphic design, and branding where peace, tranquility, openness are desired associations.
In color theory, Sky Blue sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Sky Blue in Design
Web Design
Use Sky Blue as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Sky Blue conveys peace, tranquility, openness — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:43% M:12% Y:0% K:8%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Sky Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Sky Blue in CSS
/* Using HEX */ color: #87CEEB; background-color: #87CEEB; /* Using RGB */ color: rgb(135, 206, 235); /* Using HSL — best for creating variations */ color: hsl(197, 71%, 73%); /* Transparent overlay (50% opacity) */ background-color: rgba(135, 206, 235, 0.5); /* Lighter variant for hover states */ background-color: hsl(197, 71%, 83%); /* Darker variant for active states */ background-color: hsl(197, 71%, 63%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Sky Blue without changing its core hue or saturation.
Colors That Go With Sky Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Sky Blue?
What is Sky Blue in RGB and when should I use RGB?
How to use Sky Blue in CSS with different color formats?
What is the HSL value of Sky Blue and why is HSL useful for designers?
What is the CMYK value of Sky Blue for print design?
What colors pair well with Sky Blue in design projects?
Is Sky Blue (#87CEEB) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.