Shades of Blizzard Blue #A1E7EF
Tints of Blizzard Blue #A1E7EF
RGB
CMYK
RGB Variations
Color information
#A1E7EF (or 0xA1E7EF) is known color: Blizzard Blue. HEX triplet: A1, E7 and EF. RGB value is (161,231,239). Sum of RGB (Red+Green+Blue) = 161+231+239=631 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.52% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1E7EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E7EF is #5E1810. Grayscale: #D2D2D2. Windows color (decimal): -6166545 or 15722401. OLE color: 15722401.
HSL color Cylindrical-coordinate representation of color #A1E7EF: hue angle of 186.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1E7EF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 231 | 239 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.06 |
| HSL | 186.15º | 0.71% | 0.78% | - |
| HSV(B) | 186.15º | 0.33% | 0.94% | - |
| XYZ | 58.85 | 70.96 | 92.26 | - |
| YUV | 210.98 | 143.81 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 239 | 0.33 | 0.03 | 0 | 0.06 | 186.15 | 0.71 | 0.78 |
| Hex | A1 | E7 | EF | 21 | 3 | 0 | 6 | BA | 47 | 4E |
| Octal | 241 | 347 | 357 | 41 | 3 | 0 | 6 | 272 | 107 | 116 |
| Binary | 10100001 | 11100111 | 11101111 | 100001 | 11 | 0 | 110 | 10111010 | 1000111 | 1001110 |
Color Harmonies of #A1E7EF
Complementary color
Monochromatic Colors of #A1E7EF
Black with #A1E7EF
Text Example
Text Example
White with #A1E7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E7EF; }
p { color: rgb(161,231,239); }
H1.HeaderClassName
{
color: #A1E7EF;
}
.AnyTagClassName
{
color: #A1E7EF;
}
</style>
background-color css
<style>
a { background-color: #A1E7EF; }
a { background-color: rgb(161,231,239); }
div.DivClassName
{
background-color: #A1E7EF;
}
.BgClassName
{
background-color: #A1E7EF;
}
</style>
border-color css
<style>
span { border-color: #A1E7EF; }
span { border-color: rgb(161,231,239); }
td.TdClassName
{
border-color: #A1E7EF;
}
.TagClassName
{
border-color: #A1E7EF;
}
</style>