Shades of Blizzard Blue #A9EBF9
Tints of Blizzard Blue #A9EBF9
RGB
CMYK
RGB Variations
Color information
#A9EBF9 (or 0xA9EBF9) is known color: Blizzard Blue. HEX triplet: A9, EB and F9. RGB value is (169,235,249). Sum of RGB (Red+Green+Blue) = 169+235+249=653 (86% of max value = 765). Red value is 169 (66.41% from 255 or 25.88% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9EBF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A9EBF9 is #561406. Grayscale: #D8D8D8. Windows color (decimal): -5641223 or 16378793. OLE color: 16378793.
HSL color Cylindrical-coordinate representation of color #A9EBF9: hue angle of 190.5º 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 #A9EBF9 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 235 | 249 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.02 |
| HSL | 190.5º | 0.87% | 0.82% | - |
| HSV(B) | 190.5º | 0.32% | 0.98% | - |
| XYZ | 63.17 | 74.69 | 100.71 | - |
| YUV | 216.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 235 | 249 | 0.32 | 0.06 | 0 | 0.02 | 190.5 | 0.87 | 0.82 |
| Hex | A9 | EB | F9 | 20 | 6 | 0 | 2 | BE | 57 | 52 |
| Octal | 251 | 353 | 371 | 40 | 6 | 0 | 2 | 276 | 127 | 122 |
| Binary | 10101001 | 11101011 | 11111001 | 100000 | 110 | 0 | 10 | 10111110 | 1010111 | 1010010 |
Color Harmonies of #A9EBF9
Complementary color
Monochromatic Colors of #A9EBF9
Black with #A9EBF9
Text Example
Text Example
White with #A9EBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EBF9; }
p { color: rgb(169,235,249); }
H1.HeaderClassName
{
color: #A9EBF9;
}
.AnyTagClassName
{
color: #A9EBF9;
}
</style>
background-color css
<style>
a { background-color: #A9EBF9; }
a { background-color: rgb(169,235,249); }
div.DivClassName
{
background-color: #A9EBF9;
}
.BgClassName
{
background-color: #A9EBF9;
}
</style>
border-color css
<style>
span { border-color: #A9EBF9; }
span { border-color: rgb(169,235,249); }
td.TdClassName
{
border-color: #A9EBF9;
}
.TagClassName
{
border-color: #A9EBF9;
}
</style>