Shades of Blizzard Blue #A6ECF6
Tints of Blizzard Blue #A6ECF6
RGB
CMYK
RGB Variations
Color information
#A6ECF6 (or 0xA6ECF6) is known color: Blizzard Blue. HEX triplet: A6, EC and F6. RGB value is (166,236,246). Sum of RGB (Red+Green+Blue) = 166+236+246=648 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.62% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6ECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECF6 is #591309. Grayscale: #D8D8D8. Windows color (decimal): -5837578 or 16182438. OLE color: 16182438.
HSL color Cylindrical-coordinate representation of color #A6ECF6: hue angle of 187.5º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6ECF6 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 236 | 246 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.04 |
| HSL | 187.5º | 0.82% | 0.81% | - |
| HSV(B) | 187.5º | 0.33% | 0.96% | - |
| XYZ | 62.36 | 74.75 | 98.33 | - |
| YUV | 216.21 | 144.81 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 246 | 0.33 | 0.04 | 0 | 0.04 | 187.5 | 0.82 | 0.81 |
| Hex | A6 | EC | F6 | 21 | 4 | 0 | 4 | BC | 52 | 51 |
| Octal | 246 | 354 | 366 | 41 | 4 | 0 | 4 | 274 | 122 | 121 |
| Binary | 10100110 | 11101100 | 11110110 | 100001 | 100 | 0 | 100 | 10111100 | 1010010 | 1010001 |
Color Harmonies of #A6ECF6
Complementary color
Monochromatic Colors of #A6ECF6
Black with #A6ECF6
Text Example
Text Example
White with #A6ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECF6; }
p { color: rgb(166,236,246); }
H1.HeaderClassName
{
color: #A6ECF6;
}
.AnyTagClassName
{
color: #A6ECF6;
}
</style>
background-color css
<style>
a { background-color: #A6ECF6; }
a { background-color: rgb(166,236,246); }
div.DivClassName
{
background-color: #A6ECF6;
}
.BgClassName
{
background-color: #A6ECF6;
}
</style>
border-color css
<style>
span { border-color: #A6ECF6; }
span { border-color: rgb(166,236,246); }
td.TdClassName
{
border-color: #A6ECF6;
}
.TagClassName
{
border-color: #A6ECF6;
}
</style>