#92D3F0
A light, vivid blue closely aligning with Skyblue.
About #92D3F0
At its core, #92D3F0 is a light and vivid hue. 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 146, 211, and 240.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 39% cyan and 12% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#92D3F0
RGB146, 211, 240
HSL198.5°, 75.8%, 75.7%
CMYK39%, 12%, 0%, 6%
HSV198.5°, 39.2%, 94.1%
LAB81.3, -13.4, -20.8
XYZ50.9, 59.0, 91.1
Decimal9622512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.64:1
Text on #FFFFFF
FAIL
12.80:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92D3F0;
}
.text-color {
color: #92D3F0;
}
.border-color {
border: 2px solid #92D3F0;
}