Frozen Landscape
#aee4ff
Frozen Landscape, represented by the hex value #aee4ff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #aee4ff | |
|---|---|---|
| RGB | rgb(174, 228, 255) | |
| HSL | hsl(200, 100%, 84%) | |
| CMYK | cmyk(32%, 11%, 0%, 0%) | |
| LAB | lab(88, -13, -19) | |
| OKLCH | oklch(0.89 0.067 230) |
Color harmonies
Tints & shades
Code snippets
color: #aee4ff;
background-color: #aee4ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFAEE4FF)
/* Swift / UIKit */
UIColor(red: 0.68, green: 0.89, blue: 1.00, alpha: 1.0)