Shades of Blizzard Blue #A1E4EC
Tints of Blizzard Blue #A1E4EC
RGB
CMYK
RGB Variations
Color information
#A1E4EC (or 0xA1E4EC) is known color: Blizzard Blue. HEX triplet: A1, E4 and EC. RGB value is (161,228,236). Sum of RGB (Red+Green+Blue) = 161+228+236=625 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.76% from 625); Green value is 228 (89.45% from 255 or 36.48% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1E4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E4EC is #5E1B13. Grayscale: #D0D0D0. Windows color (decimal): -6167316 or 15525025. OLE color: 15525025.
HSL color Cylindrical-coordinate representation of color #A1E4EC: hue angle of 186.4º 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 #A1E4EC is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 228 | 236 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.07 |
| HSL | 186.4º | 0.66% | 0.78% | - |
| HSV(B) | 186.4º | 0.32% | 0.93% | - |
| XYZ | 57.58 | 69.12 | 89.66 | - |
| YUV | 208.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 236 | 0.32 | 0.03 | 0 | 0.07 | 186.4 | 0.66 | 0.78 |
| Hex | A1 | E4 | EC | 20 | 3 | 0 | 7 | BA | 42 | 4E |
| Octal | 241 | 344 | 354 | 40 | 3 | 0 | 7 | 272 | 102 | 116 |
| Binary | 10100001 | 11100100 | 11101100 | 100000 | 11 | 0 | 111 | 10111010 | 1000010 | 1001110 |
Color Harmonies of #A1E4EC
Complementary color
Monochromatic Colors of #A1E4EC
Black with #A1E4EC
Text Example
Text Example
White with #A1E4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E4EC; }
p { color: rgb(161,228,236); }
H1.HeaderClassName
{
color: #A1E4EC;
}
.AnyTagClassName
{
color: #A1E4EC;
}
</style>
background-color css
<style>
a { background-color: #A1E4EC; }
a { background-color: rgb(161,228,236); }
div.DivClassName
{
background-color: #A1E4EC;
}
.BgClassName
{
background-color: #A1E4EC;
}
</style>
border-color css
<style>
span { border-color: #A1E4EC; }
span { border-color: rgb(161,228,236); }
td.TdClassName
{
border-color: #A1E4EC;
}
.TagClassName
{
border-color: #A1E4EC;
}
</style>