Shades of Blizzard Blue #A7E1EC
Tints of Blizzard Blue #A7E1EC
RGB
CMYK
RGB Variations
Color information
#A7E1EC (or 0xA7E1EC) is known color: Blizzard Blue. HEX triplet: A7, E1 and EC. RGB value is (167,225,236). Sum of RGB (Red+Green+Blue) = 167+225+236=628 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.59% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E1EC is #581E13. Grayscale: #D0D0D0. Windows color (decimal): -5774868 or 15524263. OLE color: 15524263.
HSL color Cylindrical-coordinate representation of color #A7E1EC: hue angle of 189.57º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7E1EC is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 225 | 236 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.07 |
| HSL | 189.57º | 0.64% | 0.79% | - |
| HSV(B) | 189.57º | 0.29% | 0.93% | - |
| XYZ | 58 | 68.12 | 89.45 | - |
| YUV | 208.91 | 143.28 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 225 | 236 | 0.29 | 0.05 | 0 | 0.07 | 189.57 | 0.64 | 0.79 |
| Hex | A7 | E1 | EC | 1D | 5 | 0 | 7 | BE | 40 | 4F |
| Octal | 247 | 341 | 354 | 35 | 5 | 0 | 7 | 276 | 100 | 117 |
| Binary | 10100111 | 11100001 | 11101100 | 11101 | 101 | 0 | 111 | 10111110 | 1000000 | 1001111 |
Color Harmonies of #A7E1EC
Complementary color
Monochromatic Colors of #A7E1EC
Black with #A7E1EC
Text Example
Text Example
White with #A7E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E1EC; }
p { color: rgb(167,225,236); }
H1.HeaderClassName
{
color: #A7E1EC;
}
.AnyTagClassName
{
color: #A7E1EC;
}
</style>
background-color css
<style>
a { background-color: #A7E1EC; }
a { background-color: rgb(167,225,236); }
div.DivClassName
{
background-color: #A7E1EC;
}
.BgClassName
{
background-color: #A7E1EC;
}
</style>
border-color css
<style>
span { border-color: #A7E1EC; }
span { border-color: rgb(167,225,236); }
td.TdClassName
{
border-color: #A7E1EC;
}
.TagClassName
{
border-color: #A7E1EC;
}
</style>