Shades of Blizzard Blue #A6ECFF
Tints of Blizzard Blue #A6ECFF
RGB
CMYK
RGB Variations
Color information
#A6ECFF (or 0xA6ECFF) is known color: Blizzard Blue. HEX triplet: A6, EC and FF. RGB value is (166,236,255). Sum of RGB (Red+Green+Blue) = 166+236+255=657 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.27% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6ECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECFF is #591300. Grayscale: #D9D9D9. Windows color (decimal): -5837569 or 16772262. OLE color: 16772262.
HSL color Cylindrical-coordinate representation of color #A6ECFF: hue angle of 192.81º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6ECFF is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 236 | 255 | - |
| CMYK | 0.35 | 0.07 | 0 | 0 |
| HSL | 192.81º | 1% | 0.83% | - |
| HSV(B) | 192.81º | 0.35% | 1% | - |
| XYZ | 63.77 | 75.32 | 105.78 | - |
| YUV | 217.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 255 | 0.35 | 0.07 | 0 | 0 | 192.81 | 1 | 0.83 |
| Hex | A6 | EC | FF | 23 | 7 | 0 | 0 | C1 | 64 | 53 |
| Octal | 246 | 354 | 377 | 43 | 7 | 0 | 0 | 301 | 144 | 123 |
| Binary | 10100110 | 11101100 | 11111111 | 100011 | 111 | 0 | 0 | 11000001 | 1100100 | 1010011 |
Color Harmonies of #A6ECFF
Complementary color
Monochromatic Colors of #A6ECFF
Black with #A6ECFF
Text Example
Text Example
White with #A6ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECFF; }
p { color: rgb(166,236,255); }
H1.HeaderClassName
{
color: #A6ECFF;
}
.AnyTagClassName
{
color: #A6ECFF;
}
</style>
background-color css
<style>
a { background-color: #A6ECFF; }
a { background-color: rgb(166,236,255); }
div.DivClassName
{
background-color: #A6ECFF;
}
.BgClassName
{
background-color: #A6ECFF;
}
</style>
border-color css
<style>
span { border-color: #A6ECFF; }
span { border-color: rgb(166,236,255); }
td.TdClassName
{
border-color: #A6ECFF;
}
.TagClassName
{
border-color: #A6ECFF;
}
</style>