#83BDE9
A light, moderate blue closely aligning with Lightskyblue.
About #83BDE9
The hex code #83BDE9 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Lightskyblue. This translates to an RGB value of rgb(131, 189, 233).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 44% cyan and 19% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83BDE9
RGB131, 189, 233
HSL205.9°, 69.9%, 71.4%
CMYK44%, 19%, 0%, 9%
HSV205.9°, 43.8%, 91.4%
LAB74.3, -7.4, -27.8
XYZ42.3, 47.1, 84.0
Decimal8633833
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.42:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83BDE9;
}
.text-color {
color: #83BDE9;
}
.border-color {
border: 2px solid #83BDE9;
}