#83D3F0
A light, vivid blue closely aligning with Skyblue.
About #83D3F0
When working with digital screens, the color #83D3F0 is rendered by mixing light. Its closest recognized web color is Skyblue. In the RGB color space, it consists of 131 red, 211 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 45% cyan, 12% magenta, 0% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83D3F0
RGB131, 211, 240
HSL196.0°, 78.4%, 72.7%
CMYK45%, 12%, 0%, 6%
HSV196.0°, 45.4%, 94.1%
LAB80.6, -17.0, -21.9
XYZ48.4, 57.7, 91.0
Decimal8639472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.67:1
Text on #FFFFFF
FAIL
12.54:1
Text on #000000
AAA
1.60:1
Text on #F8FAFC
FAIL
10.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83D3F0;
}
.text-color {
color: #83D3F0;
}
.border-color {
border: 2px solid #83D3F0;
}