What color is Light Blue?
Light blue is a soft, pale shade of blue with a clean, airy quality, hex #90D5FF, similar to a clear midday sky. It has enough color to read as distinctly blue, but light enough to feel open and gentle.
What is the meaning of the color Light Blue?
In the early 19th century, light blue began appearing as a gender marker for infants in parts of Europe, with blue assigned to boys in some countries and pink to girls in others — a practice that varied by region before settling into wider convention. The color gained lasting cultural weight through its adoption in heraldry and national dress, and the University of Cambridge claimed light blue as its official color for the annual Oxford-Cambridge Boat Race first held in 1829. Tiffany & Co. registered its specific shade of light blue, Pantone 1837, as a trademark color, anchoring the tone to luxury and occasion in the modern retail world.
What colors go with Light Blue?
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #90D5FF |
color: #90D5FF;
|
| RGB | 144, 213, 255 |
color: rgb(144, 213, 255);
|
| RGB Percentage | 56%, 84%, 100% |
color: rgb(56%, 84%, 100%);
|
| CMYK | 44%, 16%, 0%, 0% | Not supported in CSS |
| HSL | 203°, 100%, 78% |
color: hsl(203, 100%, 78%);
|
| HSV | 203°, 44%, 100% | Not supported in CSS |
| CIE-LAB | 62, -14, -14 |
color: lab(62% -14 -14);
|
| Decimal | 9491967 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
.light-blue {
color: #90D5FF;
}
$light-blue: #90D5FF;
rgb(144, 213, 255)