#83E2F8
A light, vivid cyan closely aligning with Skyblue.
About #83E2F8
The hex code #83E2F8 represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 131 red, 226 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 47% C, 9% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#83E2F8
RGB131, 226, 248
HSL191.3°, 89.3%, 74.3%
CMYK47%, 9%, 0%, 3%
HSV191.3°, 47.2%, 97.3%
LAB85.0, -22.5, -19.4
XYZ53.5, 66.0, 98.7
Decimal8643320
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.20:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83E2F8;
}
.text-color {
color: #83E2F8;
}
.border-color {
border: 2px solid #83E2F8;
}