#75C5DB
A light, moderate cyan closely aligning with Skyblue.
About #75C5DB
The hex code #75C5DB represents a beautifully specific shade of cyan. It is closely associated with the named CSS color Skyblue. In the RGB color space, it consists of 117 red, 197 green, and 219 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 47% cyan, 10% magenta, 0% yellow, and 14% black. With a hue angle of 192.9 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75C5DB
RGB117, 197, 219
HSL192.9°, 58.6%, 65.9%
CMYK47%, 10%, 0%, 14%
HSV192.9°, 46.6%, 85.9%
LAB75.3, -18.8, -18.6
XYZ40.1, 48.8, 74.3
Decimal7718363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.77:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C5DB;
}
.text-color {
color: #75C5DB;
}
.border-color {
border: 2px solid #75C5DB;
}