#50CCF0
A light, vivid cyan closely aligning with Skyblue.
About #50CCF0
When working with digital screens, the color #50CCF0 is rendered by mixing light. It is closely associated with the named CSS color Skyblue. Its digital footprint relies on 80 parts red, 204 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 67% cyan and 15% magenta inks. With a hue angle of 193.5 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#50CCF0
RGB80, 204, 240
HSL193.5°, 84.2%, 62.7%
CMYK67%, 15%, 0%, 6%
HSV193.5°, 66.7%, 94.1%
LAB76.8, -23.3, -27.8
XYZ40.6, 51.2, 90.2
Decimal5295344
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.87:1
Text on #FFFFFF
FAIL
11.24:1
Text on #000000
AAA
1.79:1
Text on #F8FAFC
FAIL
9.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #50CCF0;
}
.text-color {
color: #50CCF0;
}
.border-color {
border: 2px solid #50CCF0;
}