Shades of Blizzard Blue #A6ECF9
Tints of Blizzard Blue #A6ECF9
RGB
CMYK
RGB Variations
Color information
#A6ECF9 (or 0xA6ECF9) is known color: Blizzard Blue. HEX triplet: A6, EC and F9. RGB value is (166,236,249). Sum of RGB (Red+Green+Blue) = 166+236+249=651 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.50% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #A6ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECF9 is #591306. Grayscale: #D8D8D8. Windows color (decimal): -5837575 or 16379046. OLE color: 16379046.
HSL color Cylindrical-coordinate representation of color #A6ECF9: hue angle of 189.4º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6ECF9 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 236 | 249 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.02 |
| HSL | 189.4º | 0.87% | 0.81% | - |
| HSV(B) | 189.4º | 0.33% | 0.98% | - |
| XYZ | 62.82 | 74.94 | 100.78 | - |
| YUV | 216.55 | 146.31 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 249 | 0.33 | 0.05 | 0 | 0.02 | 189.4 | 0.87 | 0.81 |
| Hex | A6 | EC | F9 | 21 | 5 | 0 | 2 | BD | 57 | 51 |
| Octal | 246 | 354 | 371 | 41 | 5 | 0 | 2 | 275 | 127 | 121 |
| Binary | 10100110 | 11101100 | 11111001 | 100001 | 101 | 0 | 10 | 10111101 | 1010111 | 1010001 |
Color Harmonies of #A6ECF9
Complementary color
Monochromatic Colors of #A6ECF9
Black with #A6ECF9
Text Example
Text Example
White with #A6ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECF9; }
p { color: rgb(166,236,249); }
H1.HeaderClassName
{
color: #A6ECF9;
}
.AnyTagClassName
{
color: #A6ECF9;
}
</style>
background-color css
<style>
a { background-color: #A6ECF9; }
a { background-color: rgb(166,236,249); }
div.DivClassName
{
background-color: #A6ECF9;
}
.BgClassName
{
background-color: #A6ECF9;
}
</style>
border-color css
<style>
span { border-color: #A6ECF9; }
span { border-color: rgb(166,236,249); }
td.TdClassName
{
border-color: #A6ECF9;
}
.TagClassName
{
border-color: #A6ECF9;
}
</style>