#75BDE9
A light, vivid blue closely aligning with Lightskyblue.
About #75BDE9
At its core, #75BDE9 is a light and vivid hue. Its closest recognized web color is Lightskyblue. This translates to an RGB value of rgb(117, 189, 233).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 50% Cyan, 19% Magenta, 0% Yellow, and 9% Black. With a hue angle of 202.8 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75BDE9
RGB117, 189, 233
HSL202.8°, 72.5%, 68.6%
CMYK50%, 19%, 0%, 9%
HSV202.8°, 49.8%, 91.4%
LAB73.6, -10.7, -28.9
XYZ40.2, 46.1, 83.9
Decimal7716329
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.06:1
Text on #FFFFFF
FAIL
10.21:1
Text on #000000
AAA
1.97:1
Text on #F8FAFC
FAIL
8.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BDE9;
}
.text-color {
color: #75BDE9;
}
.border-color {
border: 2px solid #75BDE9;
}