#1DBDF0
A medium, vivid cyan closely aligning with Deepskyblue.
About #1DBDF0
At its core, #1DBDF0 is a medium and vivid hue. Designers often compare it to the standard color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 189, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 88% C, 21% M, 0% Y, and 6% K. With a hue angle of 194.5 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DBDF0
RGB29, 189, 240
HSL194.5°, 87.6%, 52.7%
CMYK88%, 21%, 0%, 6%
HSV194.5°, 87.9%, 94.1%
LAB71.5, -20.8, -36.0
XYZ34.4, 42.9, 88.9
Decimal1949168
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.19:1
Text on #FFFFFF
FAIL
9.59:1
Text on #000000
AAA
2.09:1
Text on #F8FAFC
FAIL
8.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBDF0;
}
.text-color {
color: #1DBDF0;
}
.border-color {
border: 2px solid #1DBDF0;
}