#92DBF0
A light, vivid cyan closely aligning with Skyblue.
About #92DBF0
Visually, #92DBF0 is defined as a vivid cyan. Designers often compare it to the standard color Skyblue. Its digital footprint relies on 146 parts red, 219 parts green, and 240 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 39% cyan and 9% magenta inks. The HSL representation is 193.4° hue, 75.8% saturation, and 75.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#92DBF0
RGB146, 219, 240
HSL193.4°, 75.8%, 75.7%
CMYK39%, 9%, 0%, 6%
HSV193.4°, 39.2%, 94.1%
LAB83.5, -17.5, -17.4
XYZ52.9, 63.1, 91.8
Decimal9624560
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.61:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92DBF0;
}
.text-color {
color: #92DBF0;
}
.border-color {
border: 2px solid #92DBF0;
}