#83D3FF
A light, vivid blue closely aligning with Lightskyblue.
About #83D3FF
At its core, #83D3FF is a light and vivid hue. Designers often compare it to the standard color Lightskyblue. In the RGB color space, it consists of 131 red, 211 green, and 255 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 49% cyan and 17% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83D3FF
RGB131, 211, 255
HSL201.3°, 100.0%, 75.7%
CMYK49%, 17%, 0%, 0%
HSV201.3°, 48.6%, 100.0%
LAB81.1, -13.0, -29.1
XYZ50.7, 58.6, 103.3
Decimal8639487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.73:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83D3FF;
}
.text-color {
color: #83D3FF;
}
.border-color {
border: 2px solid #83D3FF;
}