Shades of Blizzard Blue #A1E1EC
Tints of Blizzard Blue #A1E1EC
RGB
CMYK
RGB Variations
Color information
#A1E1EC (or 0xA1E1EC) is known color: Blizzard Blue. HEX triplet: A1, E1 and EC. RGB value is (161,225,236). Sum of RGB (Red+Green+Blue) = 161+225+236=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E1EC is #5E1E13. Grayscale: #CFCFCF. Windows color (decimal): -6168084 or 15524257. OLE color: 15524257.
HSL color Cylindrical-coordinate representation of color #A1E1EC: hue angle of 188.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1E1EC is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 225 | 236 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.07 |
| HSL | 188.8º | 0.66% | 0.78% | - |
| HSV(B) | 188.8º | 0.32% | 0.93% | - |
| XYZ | 56.76 | 67.48 | 89.39 | - |
| YUV | 207.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 236 | 0.32 | 0.05 | 0 | 0.07 | 188.8 | 0.66 | 0.78 |
| Hex | A1 | E1 | EC | 20 | 5 | 0 | 7 | BD | 42 | 4E |
| Octal | 241 | 341 | 354 | 40 | 5 | 0 | 7 | 275 | 102 | 116 |
| Binary | 10100001 | 11100001 | 11101100 | 100000 | 101 | 0 | 111 | 10111101 | 1000010 | 1001110 |
Color Harmonies of #A1E1EC
Complementary color
Monochromatic Colors of #A1E1EC
Black with #A1E1EC
Text Example
Text Example
White with #A1E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1EC; }
p { color: rgb(161,225,236); }
H1.HeaderClassName
{
color: #A1E1EC;
}
.AnyTagClassName
{
color: #A1E1EC;
}
</style>
background-color css
<style>
a { background-color: #A1E1EC; }
a { background-color: rgb(161,225,236); }
div.DivClassName
{
background-color: #A1E1EC;
}
.BgClassName
{
background-color: #A1E1EC;
}
</style>
border-color css
<style>
span { border-color: #A1E1EC; }
span { border-color: rgb(161,225,236); }
td.TdClassName
{
border-color: #A1E1EC;
}
.TagClassName
{
border-color: #A1E1EC;
}
</style>