Shades of Blizzard Blue #A0E8E4
Tints of Blizzard Blue #A0E8E4
RGB
CMYK
RGB Variations
Color information
#A0E8E4 (or 0xA0E8E4) is known color: Blizzard Blue. HEX triplet: A0, E8 and E4. RGB value is (160,232,228). Sum of RGB (Red+Green+Blue) = 160+232+228=620 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.81% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8E4 is #5F171B. Grayscale: #D1D1D1. Windows color (decimal): -6231836 or 15001760. OLE color: 15001760.
HSL color Cylindrical-coordinate representation of color #A0E8E4: hue angle of 176.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E8E4 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 228 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.09 |
| HSL | 176.67º | 0.61% | 0.77% | - |
| HSV(B) | 176.67º | 0.31% | 0.91% | - |
| XYZ | 57.36 | 70.79 | 84.04 | - |
| YUV | 210.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 228 | 0.31 | 0 | 0.02 | 0.09 | 176.67 | 0.61 | 0.77 |
| Hex | A0 | E8 | E4 | 1F | 0 | 2 | 9 | B1 | 3D | 4D |
| Octal | 240 | 350 | 344 | 37 | 0 | 2 | 11 | 261 | 75 | 115 |
| Binary | 10100000 | 11101000 | 11100100 | 11111 | 0 | 10 | 1001 | 10110001 | 111101 | 1001101 |
Color Harmonies of #A0E8E4
Complementary color
Monochromatic Colors of #A0E8E4
Black with #A0E8E4
Text Example
Text Example
White with #A0E8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8E4; }
p { color: rgb(160,232,228); }
H1.HeaderClassName
{
color: #A0E8E4;
}
.AnyTagClassName
{
color: #A0E8E4;
}
</style>
background-color css
<style>
a { background-color: #A0E8E4; }
a { background-color: rgb(160,232,228); }
div.DivClassName
{
background-color: #A0E8E4;
}
.BgClassName
{
background-color: #A0E8E4;
}
</style>
border-color css
<style>
span { border-color: #A0E8E4; }
span { border-color: rgb(160,232,228); }
td.TdClassName
{
border-color: #A0E8E4;
}
.TagClassName
{
border-color: #A0E8E4;
}
</style>