#83CCDB
A light, moderate cyan closely aligning with Skyblue.
About #83CCDB
Visually, #83CCDB is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 131, 204, and 219.
For print applications, it's crucial to understand its CMYK makeup. The color uses 40% Cyan, 7% Magenta, 0% Yellow, and 14% Black. 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#83CCDB
RGB131, 204, 219
HSL190.2°, 55.0%, 68.6%
CMYK40%, 7%, 0%, 14%
HSV190.2°, 40.2%, 85.9%
LAB77.9, -18.9, -14.6
XYZ43.7, 53.1, 75.0
Decimal8637659
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.63:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83CCDB;
}
.text-color {
color: #83CCDB;
}
.border-color {
border: 2px solid #83CCDB;
}