Shades of Blizzard Blue #A1EAEC
Tints of Blizzard Blue #A1EAEC
RGB
CMYK
RGB Variations
Color information
#A1EAEC (or 0xA1EAEC) is known color: Blizzard Blue. HEX triplet: A1, EA and EC. RGB value is (161,234,236). Sum of RGB (Red+Green+Blue) = 161+234+236=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1EAEC is #5E1513. Grayscale: #D4D4D4. Windows color (decimal): -6165780 or 15526561. OLE color: 15526561.
HSL color Cylindrical-coordinate representation of color #A1EAEC: hue angle of 181.6º 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 #A1EAEC is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 234 | 236 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.07 |
| HSL | 181.6º | 0.66% | 0.78% | - |
| HSV(B) | 181.6º | 0.32% | 0.93% | - |
| XYZ | 59.26 | 72.48 | 90.22 | - |
| YUV | 212.4 | 141.32 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 236 | 0.32 | 0.01 | 0 | 0.07 | 181.6 | 0.66 | 0.78 |
| Hex | A1 | EA | EC | 20 | 1 | 0 | 7 | B6 | 42 | 4E |
| Octal | 241 | 352 | 354 | 40 | 1 | 0 | 7 | 266 | 102 | 116 |
| Binary | 10100001 | 11101010 | 11101100 | 100000 | 1 | 0 | 111 | 10110110 | 1000010 | 1001110 |
Color Harmonies of #A1EAEC
Complementary color
Monochromatic Colors of #A1EAEC
Black with #A1EAEC
Text Example
Text Example
White with #A1EAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EAEC; }
p { color: rgb(161,234,236); }
H1.HeaderClassName
{
color: #A1EAEC;
}
.AnyTagClassName
{
color: #A1EAEC;
}
</style>
background-color css
<style>
a { background-color: #A1EAEC; }
a { background-color: rgb(161,234,236); }
div.DivClassName
{
background-color: #A1EAEC;
}
.BgClassName
{
background-color: #A1EAEC;
}
</style>
border-color css
<style>
span { border-color: #A1EAEC; }
span { border-color: rgb(161,234,236); }
td.TdClassName
{
border-color: #A1EAEC;
}
.TagClassName
{
border-color: #A1EAEC;
}
</style>