#7BB0C9
A light, moderate blue closely aligning with Skyblue.
About #7BB0C9
The hex code #7BB0C9 represents a beautifully specific shade of blue. Designers often compare it to the standard color Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 123, 176, and 201.
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 12% Magenta, 0% Yellow, and 21% Black. With a hue angle of 199.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#7BB0C9
RGB123, 176, 201
HSL199.2°, 41.9%, 63.5%
CMYK39%, 12%, 0%, 21%
HSV199.2°, 38.8%, 78.8%
LAB69.1, -11.0, -18.2
XYZ34.2, 39.5, 61.1
Decimal8106185
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.90:1
Text on #000000
AAA
2.26:1
Text on #F8FAFC
FAIL
7.56:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #7BB0C9;
}
.text-color {
color: #7BB0C9;
}
.border-color {
border: 2px solid #7BB0C9;
}