Shades of Blizzard Blue #A1ECF6
Tints of Blizzard Blue #A1ECF6
RGB
CMYK
RGB Variations
Color information
#A1ECF6 (or 0xA1ECF6) is known color: Blizzard Blue. HEX triplet: A1, EC and F6. RGB value is (161,236,246). Sum of RGB (Red+Green+Blue) = 161+236+246=643 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.04% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1ECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECF6 is #5E1309. Grayscale: #D6D6D6. Windows color (decimal): -6165258 or 16182433. OLE color: 16182433.
HSL color Cylindrical-coordinate representation of color #A1ECF6: hue angle of 187.06º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1ECF6 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 236 | 246 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.04 |
| HSL | 187.06º | 0.83% | 0.8% | - |
| HSV(B) | 187.06º | 0.35% | 0.96% | - |
| XYZ | 61.33 | 74.22 | 98.28 | - |
| YUV | 214.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 246 | 0.35 | 0.04 | 0 | 0.04 | 187.06 | 0.83 | 0.8 |
| Hex | A1 | EC | F6 | 23 | 4 | 0 | 4 | BB | 53 | 50 |
| Octal | 241 | 354 | 366 | 43 | 4 | 0 | 4 | 273 | 123 | 120 |
| Binary | 10100001 | 11101100 | 11110110 | 100011 | 100 | 0 | 100 | 10111011 | 1010011 | 1010000 |
Color Harmonies of #A1ECF6
Complementary color
Monochromatic Colors of #A1ECF6
Black with #A1ECF6
Text Example
Text Example
White with #A1ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECF6; }
p { color: rgb(161,236,246); }
H1.HeaderClassName
{
color: #A1ECF6;
}
.AnyTagClassName
{
color: #A1ECF6;
}
</style>
background-color css
<style>
a { background-color: #A1ECF6; }
a { background-color: rgb(161,236,246); }
div.DivClassName
{
background-color: #A1ECF6;
}
.BgClassName
{
background-color: #A1ECF6;
}
</style>
border-color css
<style>
span { border-color: #A1ECF6; }
span { border-color: rgb(161,236,246); }
td.TdClassName
{
border-color: #A1ECF6;
}
.TagClassName
{
border-color: #A1ECF6;
}
</style>