Blues White Shoes
#99badd
Blues White Shoes, represented by the hex value #99badd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #99badd | |
|---|---|---|
| RGB | rgb(153, 186, 221) | |
| HSL | hsl(211, 50%, 73%) | |
| CMYK | cmyk(31%, 16%, 0%, 13%) | |
| LAB | lab(74, -5, -22) | |
| OKLCH | oklch(0.78 0.062 250) |
Color harmonies
Tints & shades
Code snippets
color: #99badd;
background-color: #99badd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF99BADD)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.73, blue: 0.87, alpha: 1.0)