#A0D3F0
A light, vivid blue closely aligning with Skyblue.
About #A0D3F0
Visually, #A0D3F0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Skyblue. Its digital footprint relies on 160 parts red, 211 parts green, and 240 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 33% Cyan, 12% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A0D3F0
RGB160, 211, 240
HSL201.8°, 72.7%, 78.4%
CMYK33%, 12%, 0%, 6%
HSV201.8°, 33.3%, 94.1%
LAB82.0, -9.7, -19.6
XYZ53.5, 60.4, 91.3
Decimal10540016
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.07:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #A0D3F0;
}
.text-color {
color: #A0D3F0;
}
.border-color {
border: 2px solid #A0D3F0;
}