Shades of Blizzard Blue #A7E3ED
Tints of Blizzard Blue #A7E3ED
RGB
CMYK
RGB Variations
Color information
#A7E3ED (or 0xA7E3ED) is known color: Blizzard Blue. HEX triplet: A7, E3 and ED. RGB value is (167,227,237). Sum of RGB (Red+Green+Blue) = 167+227+237=631 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.47% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #A7E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E3ED is #581C12. Grayscale: #D2D2D2. Windows color (decimal): -5774355 or 15590311. OLE color: 15590311.
HSL color Cylindrical-coordinate representation of color #A7E3ED: hue angle of 188.57º degrees, saturation: 0.66, 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 #A7E3ED is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 227 | 237 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.07 |
| HSL | 188.57º | 0.66% | 0.79% | - |
| HSV(B) | 188.57º | 0.3% | 0.93% | - |
| XYZ | 58.69 | 69.27 | 90.4 | - |
| YUV | 210.2 | 143.12 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 227 | 237 | 0.30 | 0.04 | 0 | 0.07 | 188.57 | 0.66 | 0.79 |
| Hex | A7 | E3 | ED | 1E | 4 | 0 | 7 | BD | 42 | 4F |
| Octal | 247 | 343 | 355 | 36 | 4 | 0 | 7 | 275 | 102 | 117 |
| Binary | 10100111 | 11100011 | 11101101 | 11110 | 100 | 0 | 111 | 10111101 | 1000010 | 1001111 |
Color Harmonies of #A7E3ED
Complementary color
Monochromatic Colors of #A7E3ED
Black with #A7E3ED
Text Example
Text Example
White with #A7E3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E3ED; }
p { color: rgb(167,227,237); }
H1.HeaderClassName
{
color: #A7E3ED;
}
.AnyTagClassName
{
color: #A7E3ED;
}
</style>
background-color css
<style>
a { background-color: #A7E3ED; }
a { background-color: rgb(167,227,237); }
div.DivClassName
{
background-color: #A7E3ED;
}
.BgClassName
{
background-color: #A7E3ED;
}
</style>
border-color css
<style>
span { border-color: #A7E3ED; }
span { border-color: rgb(167,227,237); }
td.TdClassName
{
border-color: #A7E3ED;
}
.TagClassName
{
border-color: #A7E3ED;
}
</style>