Shades of Blizzard Blue #A9E8F9
Tints of Blizzard Blue #A9E8F9
RGB
CMYK
RGB Variations
Color information
#A9E8F9 (or 0xA9E8F9) is known color: Blizzard Blue. HEX triplet: A9, E8 and F9. RGB value is (169,232,249). Sum of RGB (Red+Green+Blue) = 169+232+249=650 (86% of max value = 765). Red value is 169 (66.41% from 255 or 26% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 249 (97.66% from 255 or 38.31% from 650); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9E8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9E8F9 is #561706. Grayscale: #D6D6D6. Windows color (decimal): -5641991 or 16378025. OLE color: 16378025.
HSL color Cylindrical-coordinate representation of color #A9E8F9: hue angle of 192.75º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9E8F9 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 232 | 249 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.02 |
| HSL | 192.75º | 0.87% | 0.82% | - |
| HSV(B) | 192.75º | 0.32% | 0.98% | - |
| XYZ | 62.32 | 72.99 | 100.43 | - |
| YUV | 215.1 | 147.13 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 232 | 249 | 0.32 | 0.07 | 0 | 0.02 | 192.75 | 0.87 | 0.82 |
| Hex | A9 | E8 | F9 | 20 | 7 | 0 | 2 | C1 | 57 | 52 |
| Octal | 251 | 350 | 371 | 40 | 7 | 0 | 2 | 301 | 127 | 122 |
| Binary | 10101001 | 11101000 | 11111001 | 100000 | 111 | 0 | 10 | 11000001 | 1010111 | 1010010 |
Color Harmonies of #A9E8F9
Complementary color
Monochromatic Colors of #A9E8F9
Black with #A9E8F9
Text Example
Text Example
White with #A9E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E8F9; }
p { color: rgb(169,232,249); }
H1.HeaderClassName
{
color: #A9E8F9;
}
.AnyTagClassName
{
color: #A9E8F9;
}
</style>
background-color css
<style>
a { background-color: #A9E8F9; }
a { background-color: rgb(169,232,249); }
div.DivClassName
{
background-color: #A9E8F9;
}
.BgClassName
{
background-color: #A9E8F9;
}
</style>
border-color css
<style>
span { border-color: #A9E8F9; }
span { border-color: rgb(169,232,249); }
td.TdClassName
{
border-color: #A9E8F9;
}
.TagClassName
{
border-color: #A9E8F9;
}
</style>