Shades of Blizzard Blue #A1ECFC
Tints of Blizzard Blue #A1ECFC
RGB
CMYK
RGB Variations
Color information
#A1ECFC (or 0xA1ECFC) is known color: Blizzard Blue. HEX triplet: A1, EC and FC. RGB value is (161,236,252). Sum of RGB (Red+Green+Blue) = 161+236+252=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECFC is #5E1303. Grayscale: #D7D7D7. Windows color (decimal): -6165252 or 16575649. OLE color: 16575649.
HSL color Cylindrical-coordinate representation of color #A1ECFC: hue angle of 190.55º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1ECFC is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 236 | 252 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.01 |
| HSL | 190.55º | 0.94% | 0.81% | - |
| HSV(B) | 190.55º | 0.36% | 0.99% | - |
| XYZ | 62.26 | 74.6 | 103.21 | - |
| YUV | 215.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 252 | 0.36 | 0.06 | 0 | 0.01 | 190.55 | 0.94 | 0.81 |
| Hex | A1 | EC | FC | 24 | 6 | 0 | 1 | BF | 5E | 51 |
| Octal | 241 | 354 | 374 | 44 | 6 | 0 | 1 | 277 | 136 | 121 |
| Binary | 10100001 | 11101100 | 11111100 | 100100 | 110 | 0 | 1 | 10111111 | 1011110 | 1010001 |
Color Harmonies of #A1ECFC
Complementary color
Monochromatic Colors of #A1ECFC
Black with #A1ECFC
Text Example
Text Example
White with #A1ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECFC; }
p { color: rgb(161,236,252); }
H1.HeaderClassName
{
color: #A1ECFC;
}
.AnyTagClassName
{
color: #A1ECFC;
}
</style>
background-color css
<style>
a { background-color: #A1ECFC; }
a { background-color: rgb(161,236,252); }
div.DivClassName
{
background-color: #A1ECFC;
}
.BgClassName
{
background-color: #A1ECFC;
}
</style>
border-color css
<style>
span { border-color: #A1ECFC; }
span { border-color: rgb(161,236,252); }
td.TdClassName
{
border-color: #A1ECFC;
}
.TagClassName
{
border-color: #A1ECFC;
}
</style>