#50B6CC
A medium, moderate cyan closely aligning with Skyblue.
About #50B6CC
Visually, #50B6CC is defined as a moderate cyan. It is closely associated with the named CSS color Skyblue. This translates to an RGB value of rgb(80, 182, 204).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 61% cyan and 11% magenta inks. 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. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#50B6CC
RGB80, 182, 204
HSL190.6°, 54.9%, 55.7%
CMYK61%, 11%, 0%, 20%
HSV190.6°, 60.8%, 80.0%
LAB69.1, -23.0, -20.0
XYZ30.9, 39.5, 63.1
Decimal5289676
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.25:1
Text on #F8FAFC
FAIL
7.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50B6CC;
}
.text-color {
color: #50B6CC;
}
.border-color {
border: 2px solid #50B6CC;
}