#75B6CC
A light, moderate blue closely aligning with Skyblue.
About #75B6CC
Visually, #75B6CC is defined as a moderate blue. It is closely associated with the named CSS color Skyblue. This translates to an RGB value of rgb(117, 182, 204).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 43% C, 11% M, 0% Y, and 20% K. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#75B6CC
RGB117, 182, 204
HSL195.2°, 46.0%, 62.9%
CMYK43%, 11%, 0%, 20%
HSV195.2°, 42.6%, 80.0%
LAB70.6, -15.0, -17.6
XYZ35.0, 41.6, 63.3
Decimal7714508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.25:1
Text on #FFFFFF
FAIL
9.32:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75B6CC;
}
.text-color {
color: #75B6CC;
}
.border-color {
border: 2px solid #75B6CC;
}