Shades of Blizzard Blue #A7E2F0
Tints of Blizzard Blue #A7E2F0
RGB
CMYK
RGB Variations
Color information
#A7E2F0 (or 0xA7E2F0) is known color: Blizzard Blue. HEX triplet: A7, E2 and F0. RGB value is (167,226,240). Sum of RGB (Red+Green+Blue) = 167+226+240=633 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.38% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #A7E2F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E2F0 is #581D0F. Grayscale: #D1D1D1. Windows color (decimal): -5774608 or 15786663. OLE color: 15786663.
HSL color Cylindrical-coordinate representation of color #A7E2F0: hue angle of 191.51º degrees, saturation: 0.71, 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 #A7E2F0 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 226 | 240 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.06 |
| HSL | 191.51º | 0.71% | 0.8% | - |
| HSV(B) | 191.51º | 0.3% | 0.94% | - |
| XYZ | 58.86 | 68.9 | 92.63 | - |
| YUV | 209.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 226 | 240 | 0.30 | 0.06 | 0 | 0.06 | 191.51 | 0.71 | 0.8 |
| Hex | A7 | E2 | F0 | 1E | 6 | 0 | 6 | C0 | 47 | 50 |
| Octal | 247 | 342 | 360 | 36 | 6 | 0 | 6 | 300 | 107 | 120 |
| Binary | 10100111 | 11100010 | 11110000 | 11110 | 110 | 0 | 110 | 11000000 | 1000111 | 1010000 |
Color Harmonies of #A7E2F0
Complementary color
Monochromatic Colors of #A7E2F0
Black with #A7E2F0
Text Example
Text Example
White with #A7E2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E2F0; }
p { color: rgb(167,226,240); }
H1.HeaderClassName
{
color: #A7E2F0;
}
.AnyTagClassName
{
color: #A7E2F0;
}
</style>
background-color css
<style>
a { background-color: #A7E2F0; }
a { background-color: rgb(167,226,240); }
div.DivClassName
{
background-color: #A7E2F0;
}
.BgClassName
{
background-color: #A7E2F0;
}
</style>
border-color css
<style>
span { border-color: #A7E2F0; }
span { border-color: rgb(167,226,240); }
td.TdClassName
{
border-color: #A7E2F0;
}
.TagClassName
{
border-color: #A7E2F0;
}
</style>