Shades of Blizzard Blue #A4E8EA
Tints of Blizzard Blue #A4E8EA
RGB
CMYK
RGB Variations
Color information
#A4E8EA (or 0xA4E8EA) is known color: Blizzard Blue. HEX triplet: A4, E8 and EA. RGB value is (164,232,234). Sum of RGB (Red+Green+Blue) = 164+232+234=630 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.03% from 630); Green value is 232 (91.02% from 255 or 36.83% 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 #A4E8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E8EA is #5B1715. Grayscale: #D3D3D3. Windows color (decimal): -5969686 or 15394980. OLE color: 15394980.
HSL color Cylindrical-coordinate representation of color #A4E8EA: hue angle of 181.71º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4E8EA is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 232 | 234 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.08 |
| HSL | 181.71º | 0.63% | 0.78% | - |
| HSV(B) | 181.71º | 0.3% | 0.92% | - |
| XYZ | 59.02 | 71.55 | 88.54 | - |
| YUV | 211.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 232 | 234 | 0.30 | 0.01 | 0 | 0.08 | 181.71 | 0.63 | 0.78 |
| Hex | A4 | E8 | EA | 1E | 1 | 0 | 8 | B6 | 3E | 4E |
| Octal | 244 | 350 | 352 | 36 | 1 | 0 | 10 | 266 | 76 | 116 |
| Binary | 10100100 | 11101000 | 11101010 | 11110 | 1 | 0 | 1000 | 10110110 | 111110 | 1001110 |
Color Harmonies of #A4E8EA
Complementary color
Monochromatic Colors of #A4E8EA
Black with #A4E8EA
Text Example
Text Example
White with #A4E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E8EA; }
p { color: rgb(164,232,234); }
H1.HeaderClassName
{
color: #A4E8EA;
}
.AnyTagClassName
{
color: #A4E8EA;
}
</style>
background-color css
<style>
a { background-color: #A4E8EA; }
a { background-color: rgb(164,232,234); }
div.DivClassName
{
background-color: #A4E8EA;
}
.BgClassName
{
background-color: #A4E8EA;
}
</style>
border-color css
<style>
span { border-color: #A4E8EA; }
span { border-color: rgb(164,232,234); }
td.TdClassName
{
border-color: #A4E8EA;
}
.TagClassName
{
border-color: #A4E8EA;
}
</style>