Shades of Blizzard Blue #A7E0EF
Tints of Blizzard Blue #A7E0EF
RGB
CMYK
RGB Variations
Color information
#A7E0EF (or 0xA7E0EF) is known color: Blizzard Blue. HEX triplet: A7, E0 and EF. RGB value is (167,224,239). Sum of RGB (Red+Green+Blue) = 167+224+239=630 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.51% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E0EF is #581F10. Grayscale: #D0D0D0. Windows color (decimal): -5775121 or 15720615. OLE color: 15720615.
HSL color Cylindrical-coordinate representation of color #A7E0EF: hue angle of 192.5º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7E0EF is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 224 | 239 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.06 |
| HSL | 192.5º | 0.69% | 0.8% | - |
| HSV(B) | 192.5º | 0.3% | 0.94% | - |
| XYZ | 58.17 | 67.76 | 91.67 | - |
| YUV | 208.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 239 | 0.30 | 0.06 | 0 | 0.06 | 192.5 | 0.69 | 0.8 |
| Hex | A7 | E0 | EF | 1E | 6 | 0 | 6 | C0 | 45 | 50 |
| Octal | 247 | 340 | 357 | 36 | 6 | 0 | 6 | 300 | 105 | 120 |
| Binary | 10100111 | 11100000 | 11101111 | 11110 | 110 | 0 | 110 | 11000000 | 1000101 | 1010000 |
Color Harmonies of #A7E0EF
Complementary color
Monochromatic Colors of #A7E0EF
Black with #A7E0EF
Text Example
Text Example
White with #A7E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0EF; }
p { color: rgb(167,224,239); }
H1.HeaderClassName
{
color: #A7E0EF;
}
.AnyTagClassName
{
color: #A7E0EF;
}
</style>
background-color css
<style>
a { background-color: #A7E0EF; }
a { background-color: rgb(167,224,239); }
div.DivClassName
{
background-color: #A7E0EF;
}
.BgClassName
{
background-color: #A7E0EF;
}
</style>
border-color css
<style>
span { border-color: #A7E0EF; }
span { border-color: rgb(167,224,239); }
td.TdClassName
{
border-color: #A7E0EF;
}
.TagClassName
{
border-color: #A7E0EF;
}
</style>