Shades of Blizzard Blue #A4E5E3
Tints of Blizzard Blue #A4E5E3
RGB
CMYK
RGB Variations
Color information
#A4E5E3 (or 0xA4E5E3) is known color: Blizzard Blue. HEX triplet: A4, E5 and E3. RGB value is (164,229,227). Sum of RGB (Red+Green+Blue) = 164+229+227=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5E3 is #5B1A1C. Grayscale: #D1D1D1. Windows color (decimal): -5970461 or 14935460. OLE color: 14935460.
HSL color Cylindrical-coordinate representation of color #A4E5E3: hue angle of 178.15º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5E3 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 227 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.10 |
| HSL | 178.15º | 0.56% | 0.77% | - |
| HSV(B) | 178.15º | 0.28% | 0.9% | - |
| XYZ | 57.19 | 69.48 | 83.07 | - |
| YUV | 209.34 | 137.97 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 227 | 0.28 | 0 | 0.01 | 0.10 | 178.15 | 0.56 | 0.77 |
| Hex | A4 | E5 | E3 | 1C | 0 | 1 | A | B2 | 38 | 4D |
| Octal | 244 | 345 | 343 | 34 | 0 | 1 | 12 | 262 | 70 | 115 |
| Binary | 10100100 | 11100101 | 11100011 | 11100 | 0 | 1 | 1010 | 10110010 | 111000 | 1001101 |
Color Harmonies of #A4E5E3
Complementary color
Monochromatic Colors of #A4E5E3
Black with #A4E5E3
Text Example
Text Example
White with #A4E5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E5E3; }
p { color: rgb(164,229,227); }
H1.HeaderClassName
{
color: #A4E5E3;
}
.AnyTagClassName
{
color: #A4E5E3;
}
</style>
background-color css
<style>
a { background-color: #A4E5E3; }
a { background-color: rgb(164,229,227); }
div.DivClassName
{
background-color: #A4E5E3;
}
.BgClassName
{
background-color: #A4E5E3;
}
</style>
border-color css
<style>
span { border-color: #A4E5E3; }
span { border-color: rgb(164,229,227); }
td.TdClassName
{
border-color: #A4E5E3;
}
.TagClassName
{
border-color: #A4E5E3;
}
</style>