Shades of Blizzard Blue #A1E7EE
Tints of Blizzard Blue #A1E7EE
RGB
CMYK
RGB Variations
Color information
#A1E7EE (or 0xA1E7EE) is known color: Blizzard Blue. HEX triplet: A1, E7 and EE. RGB value is (161,231,238). Sum of RGB (Red+Green+Blue) = 161+231+238=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 231 (90.62% from 255 or 36.67% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1E7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1E7EE is #5E1811. Grayscale: #D2D2D2. Windows color (decimal): -6166546 or 15656865. OLE color: 15656865.
HSL color Cylindrical-coordinate representation of color #A1E7EE: hue angle of 185.45º degrees, saturation: 0.69, 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 #A1E7EE is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 231 | 238 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.07 |
| HSL | 185.45º | 0.69% | 0.78% | - |
| HSV(B) | 185.45º | 0.32% | 0.93% | - |
| XYZ | 58.71 | 70.9 | 91.48 | - |
| YUV | 210.87 | 143.31 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 238 | 0.32 | 0.03 | 0 | 0.07 | 185.45 | 0.69 | 0.78 |
| Hex | A1 | E7 | EE | 20 | 3 | 0 | 7 | B9 | 45 | 4E |
| Octal | 241 | 347 | 356 | 40 | 3 | 0 | 7 | 271 | 105 | 116 |
| Binary | 10100001 | 11100111 | 11101110 | 100000 | 11 | 0 | 111 | 10111001 | 1000101 | 1001110 |
Color Harmonies of #A1E7EE
Complementary color
Monochromatic Colors of #A1E7EE
Black with #A1E7EE
Text Example
Text Example
White with #A1E7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E7EE; }
p { color: rgb(161,231,238); }
H1.HeaderClassName
{
color: #A1E7EE;
}
.AnyTagClassName
{
color: #A1E7EE;
}
</style>
background-color css
<style>
a { background-color: #A1E7EE; }
a { background-color: rgb(161,231,238); }
div.DivClassName
{
background-color: #A1E7EE;
}
.BgClassName
{
background-color: #A1E7EE;
}
</style>
border-color css
<style>
span { border-color: #A1E7EE; }
span { border-color: rgb(161,231,238); }
td.TdClassName
{
border-color: #A1E7EE;
}
.TagClassName
{
border-color: #A1E7EE;
}
</style>