#57AFCC
A medium, moderate cyan closely aligning with Skyblue.
About #57AFCC
Visually, #57AFCC is defined as a moderate cyan. It is closely associated with the named CSS color Skyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 175, and 204.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 57% cyan, 14% magenta, 0% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#57AFCC
RGB87, 175, 204
HSL194.9°, 53.4%, 57.1%
CMYK57%, 14%, 0%, 20%
HSV194.9°, 57.4%, 80.0%
LAB67.3, -18.1, -22.7
XYZ30.2, 37.0, 62.7
Decimal5746636
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.41:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #57AFCC;
}
.text-color {
color: #57AFCC;
}
.border-color {
border: 2px solid #57AFCC;
}