#75CCE9
A light, vivid blue closely aligning with Skyblue.
About #75CCE9
When working with digital screens, the color #75CCE9 is rendered by mixing light. Its closest recognized web color is Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 204, and 233.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 50% cyan, 12% magenta, 0% yellow, and 9% black. With a hue angle of 195.0 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75CCE9
RGB117, 204, 233
HSL195.0°, 72.5%, 68.6%
CMYK50%, 12%, 0%, 9%
HSV195.0°, 49.8%, 91.4%
LAB77.8, -18.5, -22.4
XYZ43.6, 52.9, 85.0
Decimal7720169
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.57:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CCE9;
}
.text-color {
color: #75CCE9;
}
.border-color {
border: 2px solid #75CCE9;
}