Shades of Blizzard Blue #A8ECF9
Tints of Blizzard Blue #A8ECF9
RGB
CMYK
RGB Variations
Color information
#A8ECF9 (or 0xA8ECF9) is known color: Blizzard Blue. HEX triplet: A8, EC and F9. RGB value is (168,236,249). Sum of RGB (Red+Green+Blue) = 168+236+249=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 236 (92.58% from 255 or 36.14% 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 #A8ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECF9 is #571306. Grayscale: #D9D9D9. Windows color (decimal): -5706503 or 16379048. OLE color: 16379048.
HSL color Cylindrical-coordinate representation of color #A8ECF9: hue angle of 189.63º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8ECF9 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 236 | 249 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.02 |
| HSL | 189.63º | 0.87% | 0.82% | - |
| HSV(B) | 189.63º | 0.33% | 0.98% | - |
| XYZ | 63.24 | 75.16 | 100.8 | - |
| YUV | 217.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 249 | 0.33 | 0.05 | 0 | 0.02 | 189.63 | 0.87 | 0.82 |
| Hex | A8 | EC | F9 | 21 | 5 | 0 | 2 | BE | 57 | 52 |
| Octal | 250 | 354 | 371 | 41 | 5 | 0 | 2 | 276 | 127 | 122 |
| Binary | 10101000 | 11101100 | 11111001 | 100001 | 101 | 0 | 10 | 10111110 | 1010111 | 1010010 |
Color Harmonies of #A8ECF9
Complementary color
Monochromatic Colors of #A8ECF9
Black with #A8ECF9
Text Example
Text Example
White with #A8ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECF9; }
p { color: rgb(168,236,249); }
H1.HeaderClassName
{
color: #A8ECF9;
}
.AnyTagClassName
{
color: #A8ECF9;
}
</style>
background-color css
<style>
a { background-color: #A8ECF9; }
a { background-color: rgb(168,236,249); }
div.DivClassName
{
background-color: #A8ECF9;
}
.BgClassName
{
background-color: #A8ECF9;
}
</style>
border-color css
<style>
span { border-color: #A8ECF9; }
span { border-color: rgb(168,236,249); }
td.TdClassName
{
border-color: #A8ECF9;
}
.TagClassName
{
border-color: #A8ECF9;
}
</style>