#49E2FF
A light, vivid cyan closely aligning with Skyblue.
About #49E2FF
When working with digital screens, the color #49E2FF is rendered by mixing light. Designers often compare it to the standard color Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 73, 226, and 255.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 71% cyan, 11% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#49E2FF
RGB73, 226, 255
HSL189.6°, 100.0%, 64.3%
CMYK71%, 11%, 0%, 0%
HSV189.6°, 71.4%, 100.0%
LAB83.5, -30.5, -25.6
XYZ48.0, 63.0, 104.2
Decimal4842239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.61:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49E2FF;
}
.text-color {
color: #49E2FF;
}
.border-color {
border: 2px solid #49E2FF;
}