Ice Blue Hex Code — #99C5C4
RGB, HSL, and CMYK values for Ice Blue.
Last updated: April 6, 2026
Ice Blue Color Values
| Format | Value |
|---|---|
| HEX | #99C5C4 |
| RGB | rgb(153, 197, 196) |
| HSL | hsl(179, 28%, 69%) |
| CMYK | cmyk(22%, 0%, 1%, 23%) |
About Ice Blue
Color psychology: Cool, refreshing.
Ice Blue (#99C5C4) is a medium shade of blue with a hue angle of 179° on the color wheel, 28% saturation, and 69% lightness. It's commonly used in web design, graphic design, and branding where cool, refreshing are desired associations.
In color theory, Ice Blue sits in the neutral section of the spectrum. Its low saturation creates a muted, understated tone — great for backgrounds, borders, and subtle UI elements.
When to Use Ice Blue in Design
Web Design
Use Ice 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
Ice Blue conveys cool, refreshing — 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:22% M:0% Y:1% K:23%) 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 Ice Blue work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Ice Blue in CSS
/* Using HEX */ color: #99C5C4; background-color: #99C5C4; /* Using RGB */ color: rgb(153, 197, 196); /* Using HSL — best for creating variations */ color: hsl(179, 28%, 69%); /* Transparent overlay (50% opacity) */ background-color: rgba(153, 197, 196, 0.5); /* Lighter variant for hover states */ background-color: hsl(179, 28%, 79%); /* Darker variant for active states */ background-color: hsl(179, 28%, 59%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Ice Blue without changing its core hue or saturation.
Colors That Go With Ice Blue
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Ice Blue?
What is Ice Blue in RGB and when should I use RGB?
How to use Ice Blue in CSS with different color formats?
What is the HSL value of Ice Blue and why is HSL useful for designers?
What is the CMYK value of Ice Blue for print design?
What colors pair well with Ice Blue in design projects?
Is Ice Blue (#99C5C4) 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.