#1D99A8
A dark, vivid cyan closely aligning with Darkcyan.
About #1D99A8
Visually, #1D99A8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Darkcyan. In the RGB color space, it consists of 29 red, 153 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 83% cyan and 9% magenta inks. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D99A8
RGB29, 153, 168
HSL186.5°, 70.6%, 38.6%
CMYK83%, 9%, 0%, 34%
HSV186.5°, 82.7%, 65.9%
LAB57.9, -26.4, -17.0
XYZ19.0, 25.9, 41.0
Decimal1939880
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.40:1
Text on #FFFFFF
AA Large
6.17:1
Text on #000000
AA
3.25:1
Text on #F8FAFC
AA Large
5.25:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D99A8;
}
.text-color {
color: #1D99A8;
}
.border-color {
border: 2px solid #1D99A8;
}