#83FFFF
A light, vivid cyan closely aligning with Aqua.
About #83FFFF
Visually, #83FFFF is defined as a vivid cyan. It is closely associated with the named CSS color Aqua. Its digital footprint relies on 131 parts red, 255 parts green, and 255 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 49% C, 0% M, 0% Y, and 0% K. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#83FFFF
RGB131, 255, 255
HSL180.0°, 100.0%, 75.7%
CMYK49%, 0%, 0%, 0%
HSV180.0°, 48.6%, 100.0%
LAB93.3, -34.6, -10.7
XYZ63.2, 83.6, 107.4
Decimal8650751
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.19:1
Text on #FFFFFF
FAIL
17.71:1
Text on #000000
AAA
1.13:1
Text on #F8FAFC
FAIL
15.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #83FFFF;
}
.text-color {
color: #83FFFF;
}
.border-color {
border: 2px solid #83FFFF;
}