#75B6E2
A light, moderate blue closely aligning with Lightskyblue.
About #75B6E2
At its core, #75B6E2 is a light and moderate hue. 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, 182, and 226.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 48% cyan and 19% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75B6E2
RGB117, 182, 226
HSL204.2°, 65.3%, 67.3%
CMYK48%, 19%, 0%, 11%
HSV204.2°, 48.2%, 88.6%
LAB71.4, -8.9, -28.5
XYZ37.8, 42.7, 78.2
Decimal7714530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.55:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75B6E2;
}
.text-color {
color: #75B6E2;
}
.border-color {
border: 2px solid #75B6E2;
}