Shades of Blizzard Blue #A9E0EC
Tints of Blizzard Blue #A9E0EC
RGB
CMYK
RGB Variations
Color information
#A9E0EC (or 0xA9E0EC) is known color: Blizzard Blue. HEX triplet: A9, E0 and EC. RGB value is (169,224,236). Sum of RGB (Red+Green+Blue) = 169+224+236=629 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.87% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E0EC is #561F13. Grayscale: #D0D0D0. Windows color (decimal): -5644052 or 15524009. OLE color: 15524009.
HSL color Cylindrical-coordinate representation of color #A9E0EC: hue angle of 190.75º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9E0EC is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 224 | 236 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.07 |
| HSL | 190.75º | 0.64% | 0.79% | - |
| HSV(B) | 190.75º | 0.28% | 0.93% | - |
| XYZ | 58.16 | 67.8 | 89.38 | - |
| YUV | 208.92 | 143.28 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 224 | 236 | 0.28 | 0.05 | 0 | 0.07 | 190.75 | 0.64 | 0.79 |
| Hex | A9 | E0 | EC | 1C | 5 | 0 | 7 | BF | 40 | 4F |
| Octal | 251 | 340 | 354 | 34 | 5 | 0 | 7 | 277 | 100 | 117 |
| Binary | 10101001 | 11100000 | 11101100 | 11100 | 101 | 0 | 111 | 10111111 | 1000000 | 1001111 |
Color Harmonies of #A9E0EC
Complementary color
Monochromatic Colors of #A9E0EC
Black with #A9E0EC
Text Example
Text Example
White with #A9E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E0EC; }
p { color: rgb(169,224,236); }
H1.HeaderClassName
{
color: #A9E0EC;
}
.AnyTagClassName
{
color: #A9E0EC;
}
</style>
background-color css
<style>
a { background-color: #A9E0EC; }
a { background-color: rgb(169,224,236); }
div.DivClassName
{
background-color: #A9E0EC;
}
.BgClassName
{
background-color: #A9E0EC;
}
</style>
border-color css
<style>
span { border-color: #A9E0EC; }
span { border-color: rgb(169,224,236); }
td.TdClassName
{
border-color: #A9E0EC;
}
.TagClassName
{
border-color: #A9E0EC;
}
</style>