#6DE2FF
A light, vivid cyan closely aligning with Skyblue.
About #6DE2FF
When working with digital screens, the color #6DE2FF is rendered by mixing light. Designers often compare it to the standard color Skyblue. This translates to an RGB value of rgb(109, 226, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 57% cyan and 11% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#6DE2FF
RGB109, 226, 255
HSL191.9°, 100.0%, 71.4%
CMYK57%, 11%, 0%, 0%
HSV191.9°, 57.3%, 100.0%
LAB84.4, -25.1, -24.1
XYZ51.6, 64.9, 104.4
Decimal7201535
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.50:1
Text on #FFFFFF
FAIL
13.97:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DE2FF;
}
.text-color {
color: #6DE2FF;
}
.border-color {
border: 2px solid #6DE2FF;
}