#50B6D3
A medium, moderate cyan closely aligning with Skyblue.
About #50B6D3
When working with digital screens, the color #50B6D3 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Skyblue. Its digital footprint relies on 80 parts red, 182 parts green, and 211 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 62% Cyan, 14% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50B6D3
RGB80, 182, 211
HSL193.3°, 59.8%, 57.1%
CMYK62%, 14%, 0%, 17%
HSV193.3°, 62.1%, 82.7%
LAB69.4, -20.9, -23.5
XYZ31.8, 39.9, 67.6
Decimal5289683
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.34:1
Text on #FFFFFF
FAIL
8.97:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.63:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50B6D3;
}
.text-color {
color: #50B6D3;
}
.border-color {
border: 2px solid #50B6D3;
}