Shades of Blizzard Blue #A1ECF2
Tints of Blizzard Blue #A1ECF2
RGB
CMYK
RGB Variations
Color information
#A1ECF2 (or 0xA1ECF2) is known color: Blizzard Blue. HEX triplet: A1, EC and F2. RGB value is (161,236,242). Sum of RGB (Red+Green+Blue) = 161+236+242=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 236 (92.58% from 255 or 36.93% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #A1ECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECF2 is #5E130D. Grayscale: #D6D6D6. Windows color (decimal): -6165262 or 15920289. OLE color: 15920289.
HSL color Cylindrical-coordinate representation of color #A1ECF2: hue angle of 184.44º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1ECF2 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 236 | 242 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.05 |
| HSL | 184.44º | 0.76% | 0.79% | - |
| HSV(B) | 184.44º | 0.33% | 0.95% | - |
| XYZ | 60.72 | 73.98 | 95.08 | - |
| YUV | 214.26 | 143.65 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 242 | 0.33 | 0.02 | 0 | 0.05 | 184.44 | 0.76 | 0.79 |
| Hex | A1 | EC | F2 | 21 | 2 | 0 | 5 | B8 | 4C | 4F |
| Octal | 241 | 354 | 362 | 41 | 2 | 0 | 5 | 270 | 114 | 117 |
| Binary | 10100001 | 11101100 | 11110010 | 100001 | 10 | 0 | 101 | 10111000 | 1001100 | 1001111 |
Color Harmonies of #A1ECF2
Complementary color
Monochromatic Colors of #A1ECF2
Black with #A1ECF2
Text Example
Text Example
White with #A1ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECF2; }
p { color: rgb(161,236,242); }
H1.HeaderClassName
{
color: #A1ECF2;
}
.AnyTagClassName
{
color: #A1ECF2;
}
</style>
background-color css
<style>
a { background-color: #A1ECF2; }
a { background-color: rgb(161,236,242); }
div.DivClassName
{
background-color: #A1ECF2;
}
.BgClassName
{
background-color: #A1ECF2;
}
</style>
border-color css
<style>
span { border-color: #A1ECF2; }
span { border-color: rgb(161,236,242); }
td.TdClassName
{
border-color: #A1ECF2;
}
.TagClassName
{
border-color: #A1ECF2;
}
</style>