#75E2FF
A light, vivid cyan closely aligning with Skyblue.
About #75E2FF
Visually, #75E2FF is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 226, and 255.
If you are designing for print, the four-color process is what matters most. The color uses 54% Cyan, 11% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75E2FF
RGB117, 226, 255
HSL192.6°, 100.0%, 72.9%
CMYK54%, 11%, 0%, 0%
HSV192.6°, 54.1%, 100.0%
LAB84.7, -23.5, -23.7
XYZ52.6, 65.4, 104.5
Decimal7725823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.08:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75E2FF;
}
.text-color {
color: #75E2FF;
}
.border-color {
border: 2px solid #75E2FF;
}