Shades of Blizzard Blue #A7E5EA
Tints of Blizzard Blue #A7E5EA
RGB
CMYK
RGB Variations
Color information
#A7E5EA (or 0xA7E5EA) is known color: Blizzard Blue. HEX triplet: A7, E5 and EA. RGB value is (167,229,234). Sum of RGB (Red+Green+Blue) = 167+229+234=630 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.51% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #A7E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7E5EA is #581A15. Grayscale: #D2D2D2. Windows color (decimal): -5773846 or 15394215. OLE color: 15394215.
HSL color Cylindrical-coordinate representation of color #A7E5EA: hue angle of 184.48º 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 #A7E5EA is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 229 | 234 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.08 |
| HSL | 184.48º | 0.61% | 0.79% | - |
| HSV(B) | 184.48º | 0.29% | 0.92% | - |
| XYZ | 58.81 | 70.19 | 88.29 | - |
| YUV | 211.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 229 | 234 | 0.29 | 0.02 | 0 | 0.08 | 184.48 | 0.61 | 0.79 |
| Hex | A7 | E5 | EA | 1D | 2 | 0 | 8 | B8 | 3D | 4F |
| Octal | 247 | 345 | 352 | 35 | 2 | 0 | 10 | 270 | 75 | 117 |
| Binary | 10100111 | 11100101 | 11101010 | 11101 | 10 | 0 | 1000 | 10111000 | 111101 | 1001111 |
Color Harmonies of #A7E5EA
Complementary color
Monochromatic Colors of #A7E5EA
Black with #A7E5EA
Text Example
Text Example
White with #A7E5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7E5EA; }
p { color: rgb(167,229,234); }
H1.HeaderClassName
{
color: #A7E5EA;
}
.AnyTagClassName
{
color: #A7E5EA;
}
</style>
background-color css
<style>
a { background-color: #A7E5EA; }
a { background-color: rgb(167,229,234); }
div.DivClassName
{
background-color: #A7E5EA;
}
.BgClassName
{
background-color: #A7E5EA;
}
</style>
border-color css
<style>
span { border-color: #A7E5EA; }
span { border-color: rgb(167,229,234); }
td.TdClassName
{
border-color: #A7E5EA;
}
.TagClassName
{
border-color: #A7E5EA;
}
</style>