#75C5CC
A light, moderate cyan closely aligning with Skyblue.
About #75C5CC
The hex code #75C5CC represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Skyblue. In the RGB color space, it consists of 117 red, 197 green, and 204 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 43% C, 3% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#75C5CC
RGB117, 197, 204
HSL184.8°, 46.0%, 62.9%
CMYK43%, 3%, 0%, 20%
HSV184.8°, 42.6%, 80.0%
LAB74.9, -22.7, -11.2
XYZ38.2, 48.1, 64.4
Decimal7718348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.98:1
Text on #FFFFFF
FAIL
10.61:1
Text on #000000
AAA
1.89:1
Text on #F8FAFC
FAIL
9.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C5CC;
}
.text-color {
color: #75C5CC;
}
.border-color {
border: 2px solid #75C5CC;
}