Shades of Blizzard Blue #A9E0EE
Tints of Blizzard Blue #A9E0EE
RGB
CMYK
RGB Variations
Color information
#A9E0EE (or 0xA9E0EE) is known color: Blizzard Blue. HEX triplet: A9, E0 and EE. RGB value is (169,224,238). Sum of RGB (Red+Green+Blue) = 169+224+238=631 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.78% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #A9E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E0EE is #561F11. Grayscale: #D1D1D1. Windows color (decimal): -5644050 or 15655081. OLE color: 15655081.
HSL color Cylindrical-coordinate representation of color #A9E0EE: hue angle of 192.17º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9E0EE is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 224 | 238 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.07 |
| HSL | 192.17º | 0.67% | 0.8% | - |
| HSV(B) | 192.17º | 0.29% | 0.93% | - |
| XYZ | 58.45 | 67.92 | 90.92 | - |
| YUV | 209.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 238 | 0.29 | 0.06 | 0 | 0.07 | 192.17 | 0.67 | 0.8 |
| Hex | A9 | E0 | EE | 1D | 6 | 0 | 7 | C0 | 43 | 50 |
| Octal | 251 | 340 | 356 | 35 | 6 | 0 | 7 | 300 | 103 | 120 |
| Binary | 10101001 | 11100000 | 11101110 | 11101 | 110 | 0 | 111 | 11000000 | 1000011 | 1010000 |
Color Harmonies of #A9E0EE
Complementary color
Monochromatic Colors of #A9E0EE
Black with #A9E0EE
Text Example
Text Example
White with #A9E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E0EE; }
p { color: rgb(169,224,238); }
H1.HeaderClassName
{
color: #A9E0EE;
}
.AnyTagClassName
{
color: #A9E0EE;
}
</style>
background-color css
<style>
a { background-color: #A9E0EE; }
a { background-color: rgb(169,224,238); }
div.DivClassName
{
background-color: #A9E0EE;
}
.BgClassName
{
background-color: #A9E0EE;
}
</style>
border-color css
<style>
span { border-color: #A9E0EE; }
span { border-color: rgb(169,224,238); }
td.TdClassName
{
border-color: #A9E0EE;
}
.TagClassName
{
border-color: #A9E0EE;
}
</style>