#00A8F8
A medium, vivid blue closely aligning with Deepskyblue.
About #00A8F8
When working with digital screens, the color #00A8F8 is rendered by mixing light. Its closest recognized web color is Deepskyblue. Its digital footprint relies on 0 parts red, 168 parts green, and 248 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 32% M, 0% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00A8F8
RGB0, 168, 248
HSL199.4°, 100.0%, 48.6%
CMYK100%, 32%, 0%, 3%
HSV199.4°, 100.0%, 97.3%
LAB65.6, -7.7, -49.7
XYZ30.9, 34.8, 93.9
Decimal43256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.96:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A8F8;
}
.text-color {
color: #00A8F8;
}
.border-color {
border: 2px solid #00A8F8;
}