#1DC5FF
A medium, vivid blue closely aligning with Deepskyblue.
About #1DC5FF
The precise color #1DC5FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 197, and 255.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 89% C, 23% M, 0% Y, and 0% K. With a hue angle of 195.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. 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#1DC5FF
RGB29, 197, 255
HSL195.4°, 100.0%, 55.7%
CMYK89%, 23%, 0%, 0%
HSV195.4°, 88.6%, 100.0%
LAB74.5, -19.9, -39.6
XYZ38.5, 47.4, 101.7
Decimal1951231
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.00:1
Text on #FFFFFF
FAIL
10.48:1
Text on #000000
AAA
1.91:1
Text on #F8FAFC
FAIL
8.91:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC5FF;
}
.text-color {
color: #1DC5FF;
}
.border-color {
border: 2px solid #1DC5FF;
}