Shades of Blizzard Blue #A9EDFA
Tints of Blizzard Blue #A9EDFA
RGB
CMYK
RGB Variations
Color information
#A9EDFA (or 0xA9EDFA) is known color: Blizzard Blue. HEX triplet: A9, ED and FA. RGB value is (169,237,250). Sum of RGB (Red+Green+Blue) = 169+237+250=656 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.76% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9EDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EDFA is #561205. Grayscale: #DADADA. Windows color (decimal): -5640710 or 16444841. OLE color: 16444841.
HSL color Cylindrical-coordinate representation of color #A9EDFA: hue angle of 189.63º degrees, saturation: 0.89, 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 #A9EDFA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 237 | 250 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.02 |
| HSL | 189.63º | 0.89% | 0.82% | - |
| HSV(B) | 189.63º | 0.32% | 0.98% | - |
| XYZ | 63.9 | 75.91 | 101.73 | - |
| YUV | 218.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 250 | 0.32 | 0.05 | 0 | 0.02 | 189.63 | 0.89 | 0.82 |
| Hex | A9 | ED | FA | 20 | 5 | 0 | 2 | BE | 59 | 52 |
| Octal | 251 | 355 | 372 | 40 | 5 | 0 | 2 | 276 | 131 | 122 |
| Binary | 10101001 | 11101101 | 11111010 | 100000 | 101 | 0 | 10 | 10111110 | 1011001 | 1010010 |
Color Harmonies of #A9EDFA
Complementary color
Monochromatic Colors of #A9EDFA
Black with #A9EDFA
Text Example
Text Example
White with #A9EDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDFA; }
p { color: rgb(169,237,250); }
H1.HeaderClassName
{
color: #A9EDFA;
}
.AnyTagClassName
{
color: #A9EDFA;
}
</style>
background-color css
<style>
a { background-color: #A9EDFA; }
a { background-color: rgb(169,237,250); }
div.DivClassName
{
background-color: #A9EDFA;
}
.BgClassName
{
background-color: #A9EDFA;
}
</style>
border-color css
<style>
span { border-color: #A9EDFA; }
span { border-color: rgb(169,237,250); }
td.TdClassName
{
border-color: #A9EDFA;
}
.TagClassName
{
border-color: #A9EDFA;
}
</style>