Shades of Blizzard Blue #A9E5F7
Tints of Blizzard Blue #A9E5F7
RGB
CMYK
RGB Variations
Color information
#A9E5F7 (or 0xA9E5F7) is known color: Blizzard Blue. HEX triplet: A9, E5 and F7. RGB value is (169,229,247). Sum of RGB (Red+Green+Blue) = 169+229+247=645 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.20% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #A9E5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9E5F7 is #561A08. Grayscale: #D4D4D4. Windows color (decimal): -5642761 or 16246185. OLE color: 16246185.
HSL color Cylindrical-coordinate representation of color #A9E5F7: hue angle of 193.85º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9E5F7 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 169 | 229 | 247 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.03 |
| HSL | 193.85º | 0.83% | 0.82% | - |
| HSV(B) | 193.85º | 0.32% | 0.97% | - |
| XYZ | 61.17 | 71.19 | 98.51 | - |
| YUV | 213.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 229 | 247 | 0.32 | 0.07 | 0 | 0.03 | 193.85 | 0.83 | 0.82 |
| Hex | A9 | E5 | F7 | 20 | 7 | 0 | 3 | C2 | 53 | 52 |
| Octal | 251 | 345 | 367 | 40 | 7 | 0 | 3 | 302 | 123 | 122 |
| Binary | 10101001 | 11100101 | 11110111 | 100000 | 111 | 0 | 11 | 11000010 | 1010011 | 1010010 |
Color Harmonies of #A9E5F7
Complementary color
Monochromatic Colors of #A9E5F7
Black with #A9E5F7
Text Example
Text Example
White with #A9E5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9E5F7; }
p { color: rgb(169,229,247); }
H1.HeaderClassName
{
color: #A9E5F7;
}
.AnyTagClassName
{
color: #A9E5F7;
}
</style>
background-color css
<style>
a { background-color: #A9E5F7; }
a { background-color: rgb(169,229,247); }
div.DivClassName
{
background-color: #A9E5F7;
}
.BgClassName
{
background-color: #A9E5F7;
}
</style>
border-color css
<style>
span { border-color: #A9E5F7; }
span { border-color: rgb(169,229,247); }
td.TdClassName
{
border-color: #A9E5F7;
}
.TagClassName
{
border-color: #A9E5F7;
}
</style>