Shades of Blizzard Blue #A1E7E6
Tints of Blizzard Blue #A1E7E6
RGB
CMYK
RGB Variations
Color information
#A1E7E6 (or 0xA1E7E6) is known color: Blizzard Blue. HEX triplet: A1, E7 and E6. RGB value is (161,231,230). Sum of RGB (Red+Green+Blue) = 161+231+230=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E7E6 is #5E1819. Grayscale: #D1D1D1. Windows color (decimal): -6166554 or 15132577. OLE color: 15132577.
HSL color Cylindrical-coordinate representation of color #A1E7E6: hue angle of 179.14º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E7E6 is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 230 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.09 |
| HSL | 179.14º | 0.59% | 0.77% | - |
| HSV(B) | 179.14º | 0.3% | 0.91% | - |
| XYZ | 57.56 | 70.44 | 85.43 | - |
| YUV | 209.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 230 | 0.30 | 0 | 0.00 | 0.09 | 179.14 | 0.59 | 0.77 |
| Hex | A1 | E7 | E6 | 1E | 0 | 0 | 9 | B3 | 3B | 4D |
| Octal | 241 | 347 | 346 | 36 | 0 | 0 | 11 | 263 | 73 | 115 |
| Binary | 10100001 | 11100111 | 11100110 | 11110 | 0 | 0 | 1001 | 10110011 | 111011 | 1001101 |
Color Harmonies of #A1E7E6
Complementary color
Monochromatic Colors of #A1E7E6
Black with #A1E7E6
Text Example
Text Example
White with #A1E7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E7E6; }
p { color: rgb(161,231,230); }
H1.HeaderClassName
{
color: #A1E7E6;
}
.AnyTagClassName
{
color: #A1E7E6;
}
</style>
background-color css
<style>
a { background-color: #A1E7E6; }
a { background-color: rgb(161,231,230); }
div.DivClassName
{
background-color: #A1E7E6;
}
.BgClassName
{
background-color: #A1E7E6;
}
</style>
border-color css
<style>
span { border-color: #A1E7E6; }
span { border-color: rgb(161,231,230); }
td.TdClassName
{
border-color: #A1E7E6;
}
.TagClassName
{
border-color: #A1E7E6;
}
</style>