#75BDCC
A light, moderate cyan closely aligning with Skyblue.
About #75BDCC
Visually, #75BDCC is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Skyblue. In the RGB color space, it consists of 117 red, 189 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 43% C, 7% M, 0% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75BDCC
RGB117, 189, 204
HSL190.3°, 46.0%, 62.9%
CMYK43%, 7%, 0%, 20%
HSV190.3°, 42.6%, 80.0%
LAB72.6, -18.6, -14.6
XYZ36.4, 44.5, 63.8
Decimal7716300
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.91:1
Text on #000000
AAA
2.03:1
Text on #F8FAFC
FAIL
8.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BDCC;
}
.text-color {
color: #75BDCC;
}
.border-color {
border: 2px solid #75BDCC;
}