#6DDBF8
A light, vivid cyan closely aligning with Skyblue.
About #6DDBF8
The precise color #6DDBF8 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Skyblue. Its digital footprint relies on 109 parts red, 219 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 56% C, 12% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DDBF8
RGB109, 219, 248
HSL192.5°, 90.8%, 70.0%
CMYK56%, 12%, 0%, 3%
HSV192.5°, 56.0%, 97.3%
LAB82.2, -23.6, -23.7
XYZ48.6, 60.7, 98.0
Decimal7199736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.14:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DDBF8;
}
.text-color {
color: #6DDBF8;
}
.border-color {
border: 2px solid #6DDBF8;
}