#75CCDB
A light, moderate cyan closely aligning with Skyblue.
About #75CCDB
At its core, #75CCDB is a light and moderate hue. Designers often compare it to the standard color Skyblue. This translates to an RGB value of rgb(117, 204, 219).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 47% C, 7% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75CCDB
RGB117, 204, 219
HSL188.8°, 58.6%, 65.9%
CMYK47%, 7%, 0%, 14%
HSV188.8°, 46.6%, 85.9%
LAB77.3, -22.3, -15.6
XYZ41.7, 52.1, 74.9
Decimal7720155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.42:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CCDB;
}
.text-color {
color: #75CCDB;
}
.border-color {
border: 2px solid #75CCDB;
}