Shades of Blizzard Blue #A7E0EA
Tints of Blizzard Blue #A7E0EA
RGB
CMYK
RGB Variations
Color information
#A7E0EA (or 0xA7E0EA) is known color: Blizzard Blue. HEX triplet: A7, E0 and EA. RGB value is (167,224,234). Sum of RGB (Red+Green+Blue) = 167+224+234=625 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.72% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7E0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E0EA is #581F15. Grayscale: #D0D0D0. Windows color (decimal): -5775126 or 15392935. OLE color: 15392935.
HSL color Cylindrical-coordinate representation of color #A7E0EA: hue angle of 188.96º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7E0EA is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 224 | 234 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.08 |
| HSL | 188.96º | 0.61% | 0.79% | - |
| HSV(B) | 188.96º | 0.29% | 0.92% | - |
| XYZ | 57.44 | 67.47 | 87.84 | - |
| YUV | 208.1 | 142.62 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 224 | 234 | 0.29 | 0.04 | 0 | 0.08 | 188.96 | 0.61 | 0.79 |
| Hex | A7 | E0 | EA | 1D | 4 | 0 | 8 | BD | 3D | 4F |
| Octal | 247 | 340 | 352 | 35 | 4 | 0 | 10 | 275 | 75 | 117 |
| Binary | 10100111 | 11100000 | 11101010 | 11101 | 100 | 0 | 1000 | 10111101 | 111101 | 1001111 |
Color Harmonies of #A7E0EA
Complementary color
Monochromatic Colors of #A7E0EA
Black with #A7E0EA
Text Example
Text Example
White with #A7E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E0EA; }
p { color: rgb(167,224,234); }
H1.HeaderClassName
{
color: #A7E0EA;
}
.AnyTagClassName
{
color: #A7E0EA;
}
</style>
background-color css
<style>
a { background-color: #A7E0EA; }
a { background-color: rgb(167,224,234); }
div.DivClassName
{
background-color: #A7E0EA;
}
.BgClassName
{
background-color: #A7E0EA;
}
</style>
border-color css
<style>
span { border-color: #A7E0EA; }
span { border-color: rgb(167,224,234); }
td.TdClassName
{
border-color: #A7E0EA;
}
.TagClassName
{
border-color: #A7E0EA;
}
</style>