#49CCF0
A light, vivid cyan closely aligning with Skyblue.
About #49CCF0
When working with digital screens, the color #49CCF0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Skyblue. In the RGB color space, it consists of 73 red, 204 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 70% cyan and 15% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#49CCF0
RGB73, 204, 240
HSL192.9°, 84.8%, 61.4%
CMYK70%, 15%, 0%, 6%
HSV192.9°, 69.6%, 94.1%
LAB76.6, -24.3, -28.1
XYZ40.1, 50.9, 90.1
Decimal4836592
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.18:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49CCF0;
}
.text-color {
color: #49CCF0;
}
.border-color {
border: 2px solid #49CCF0;
}