Shades of Blizzard Blue #A4E3EC
Tints of Blizzard Blue #A4E3EC
RGB
CMYK
RGB Variations
Color information
#A4E3EC (or 0xA4E3EC) is known color: Blizzard Blue. HEX triplet: A4, E3 and EC. RGB value is (164,227,236). Sum of RGB (Red+Green+Blue) = 164+227+236=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 227 (89.06% from 255 or 36.20% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E3EC is #5B1C13. Grayscale: #D1D1D1. Windows color (decimal): -5970964 or 15524772. OLE color: 15524772.
HSL color Cylindrical-coordinate representation of color #A4E3EC: hue angle of 187.5º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4E3EC is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 227 | 236 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.07 |
| HSL | 187.5º | 0.65% | 0.78% | - |
| HSV(B) | 187.5º | 0.31% | 0.93% | - |
| XYZ | 57.92 | 68.89 | 89.6 | - |
| YUV | 209.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 227 | 236 | 0.31 | 0.04 | 0 | 0.07 | 187.5 | 0.65 | 0.78 |
| Hex | A4 | E3 | EC | 1F | 4 | 0 | 7 | BC | 41 | 4E |
| Octal | 244 | 343 | 354 | 37 | 4 | 0 | 7 | 274 | 101 | 116 |
| Binary | 10100100 | 11100011 | 11101100 | 11111 | 100 | 0 | 111 | 10111100 | 1000001 | 1001110 |
Color Harmonies of #A4E3EC
Complementary color
Monochromatic Colors of #A4E3EC
Black with #A4E3EC
Text Example
Text Example
White with #A4E3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E3EC; }
p { color: rgb(164,227,236); }
H1.HeaderClassName
{
color: #A4E3EC;
}
.AnyTagClassName
{
color: #A4E3EC;
}
</style>
background-color css
<style>
a { background-color: #A4E3EC; }
a { background-color: rgb(164,227,236); }
div.DivClassName
{
background-color: #A4E3EC;
}
.BgClassName
{
background-color: #A4E3EC;
}
</style>
border-color css
<style>
span { border-color: #A4E3EC; }
span { border-color: rgb(164,227,236); }
td.TdClassName
{
border-color: #A4E3EC;
}
.TagClassName
{
border-color: #A4E3EC;
}
</style>