#75CCF0
A light, vivid blue closely aligning with Skyblue.
About #75CCF0
The precise color #75CCF0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 204, and 240.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 51% cyan, 15% magenta, 0% yellow, and 6% black. The HSL representation is 197.6° hue, 80.4% saturation, and 70.0% lightness.
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#75CCF0
RGB117, 204, 240
HSL197.6°, 80.4%, 70.0%
CMYK51%, 15%, 0%, 6%
HSV197.6°, 51.3%, 94.1%
LAB78.0, -16.6, -25.8
XYZ44.7, 53.3, 90.4
Decimal7720176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CCF0;
}
.text-color {
color: #75CCF0;
}
.border-color {
border: 2px solid #75CCF0;
}