#75DBE9
A light, vivid cyan closely aligning with Skyblue.
About #75DBE9
At its core, #75DBE9 is a light and vivid hue. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 117 red, 219 green, and 233 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 50% cyan, 6% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75DBE9
RGB117, 219, 233
HSL187.2°, 72.5%, 68.6%
CMYK50%, 6%, 0%, 9%
HSV187.2°, 49.8%, 91.4%
LAB82.0, -26.0, -16.1
XYZ47.4, 60.3, 86.2
Decimal7724009
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.07:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DBE9;
}
.text-color {
color: #75DBE9;
}
.border-color {
border: 2px solid #75DBE9;
}