#49C5DB
A medium, moderate cyan closely aligning with Skyblue.
About #49C5DB
When working with digital screens, the color #49C5DB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Skyblue. This translates to an RGB value of rgb(73, 197, 219).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 67% C, 10% M, 0% Y, and 14% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49C5DB
RGB73, 197, 219
HSL189.0°, 67.0%, 57.3%
CMYK67%, 10%, 0%, 14%
HSV189.0°, 66.7%, 85.9%
LAB73.8, -27.2, -21.0
XYZ35.5, 46.5, 74.1
Decimal4834779
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.29:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.75:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49C5DB;
}
.text-color {
color: #49C5DB;
}
.border-color {
border: 2px solid #49C5DB;
}