Shades of Blizzard Blue #A7E0EE
Tints of Blizzard Blue #A7E0EE
RGB
CMYK
RGB Variations
Color information
#A7E0EE (or 0xA7E0EE) is known color: Blizzard Blue. HEX triplet: A7, E0 and EE. RGB value is (167,224,238). Sum of RGB (Red+Green+Blue) = 167+224+238=629 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.55% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #A7E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E0EE is #581F11. Grayscale: #D0D0D0. Windows color (decimal): -5775122 or 15655079. OLE color: 15655079.
HSL color Cylindrical-coordinate representation of color #A7E0EE: hue angle of 191.83º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7E0EE is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 224 | 238 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.07 |
| HSL | 191.83º | 0.68% | 0.79% | - |
| HSV(B) | 191.83º | 0.3% | 0.93% | - |
| XYZ | 58.02 | 67.7 | 90.9 | - |
| YUV | 208.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 238 | 0.30 | 0.06 | 0 | 0.07 | 191.83 | 0.68 | 0.79 |
| Hex | A7 | E0 | EE | 1E | 6 | 0 | 7 | C0 | 44 | 4F |
| Octal | 247 | 340 | 356 | 36 | 6 | 0 | 7 | 300 | 104 | 117 |
| Binary | 10100111 | 11100000 | 11101110 | 11110 | 110 | 0 | 111 | 11000000 | 1000100 | 1001111 |
Color Harmonies of #A7E0EE
Complementary color
Monochromatic Colors of #A7E0EE
Black with #A7E0EE
Text Example
Text Example
White with #A7E0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0EE; }
p { color: rgb(167,224,238); }
H1.HeaderClassName
{
color: #A7E0EE;
}
.AnyTagClassName
{
color: #A7E0EE;
}
</style>
background-color css
<style>
a { background-color: #A7E0EE; }
a { background-color: rgb(167,224,238); }
div.DivClassName
{
background-color: #A7E0EE;
}
.BgClassName
{
background-color: #A7E0EE;
}
</style>
border-color css
<style>
span { border-color: #A7E0EE; }
span { border-color: rgb(167,224,238); }
td.TdClassName
{
border-color: #A7E0EE;
}
.TagClassName
{
border-color: #A7E0EE;
}
</style>