#1DC5F8
A medium, vivid cyan closely aligning with Deepskyblue.
About #1DC5F8
The precise color #1DC5F8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Deepskyblue. Its digital footprint relies on 29 parts red, 197 parts green, and 248 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 88% Cyan, 21% Magenta, 0% Yellow, and 3% Black. With a hue angle of 194.0 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#1DC5F8
RGB29, 197, 248
HSL194.0°, 94.0%, 54.3%
CMYK88%, 21%, 0%, 3%
HSV194.0°, 88.3%, 97.3%
LAB74.2, -22.2, -36.2
XYZ37.4, 47.0, 95.9
Decimal1951224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.39:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC5F8;
}
.text-color {
color: #1DC5F8;
}
.border-color {
border: 2px solid #1DC5F8;
}