#75CCF8
A light, vivid blue closely aligning with Lightskyblue.
About #75CCF8
When working with digital screens, the color #75CCF8 is rendered by mixing light. It is closely associated with the named CSS color Lightskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 204, and 248.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 18% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75CCF8
RGB117, 204, 248
HSL200.2°, 90.3%, 71.6%
CMYK53%, 18%, 0%, 3%
HSV200.2°, 52.8%, 97.3%
LAB78.3, -14.3, -29.7
XYZ45.9, 53.7, 96.8
Decimal7720184
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.75:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75CCF8;
}
.text-color {
color: #75CCF8;
}
.border-color {
border: 2px solid #75CCF8;
}