#75DBFF
A light, vivid blue closely aligning with Skyblue.
About #75DBFF
Visually, #75DBFF is defined as a vivid blue. Its closest recognized web color is Skyblue. In the RGB color space, it consists of 117 red, 219 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 54% Cyan, 14% Magenta, 0% Yellow, and 0% Black. The HSL representation is 195.7° hue, 100.0% saturation, and 72.9% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75DBFF
RGB117, 219, 255
HSL195.7°, 100.0%, 72.9%
CMYK54%, 14%, 0%, 0%
HSV195.7°, 54.1%, 100.0%
LAB82.7, -20.0, -26.6
XYZ50.7, 61.7, 103.8
Decimal7724031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.58:1
Text on #FFFFFF
FAIL
13.33:1
Text on #000000
AAA
1.51:1
Text on #F8FAFC
FAIL
11.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DBFF;
}
.text-color {
color: #75DBFF;
}
.border-color {
border: 2px solid #75DBFF;
}