Shades of Blizzard Blue #A0E8EB
Tints of Blizzard Blue #A0E8EB
RGB
CMYK
RGB Variations
Color information
#A0E8EB (or 0xA0E8EB) is known color: Blizzard Blue. HEX triplet: A0, E8 and EB. RGB value is (160,232,235). Sum of RGB (Red+Green+Blue) = 160+232+235=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 232 (91.02% from 255 or 37.00% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0E8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E8EB is #5F1714. Grayscale: #D2D2D2. Windows color (decimal): -6231829 or 15460512. OLE color: 15460512.
HSL color Cylindrical-coordinate representation of color #A0E8EB: hue angle of 182.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E8EB is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 232 | 235 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.08 |
| HSL | 182.4º | 0.65% | 0.77% | - |
| HSV(B) | 182.4º | 0.32% | 0.92% | - |
| XYZ | 58.35 | 71.18 | 89.26 | - |
| YUV | 210.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 235 | 0.32 | 0.01 | 0 | 0.08 | 182.4 | 0.65 | 0.77 |
| Hex | A0 | E8 | EB | 20 | 1 | 0 | 8 | B6 | 41 | 4D |
| Octal | 240 | 350 | 353 | 40 | 1 | 0 | 10 | 266 | 101 | 115 |
| Binary | 10100000 | 11101000 | 11101011 | 100000 | 1 | 0 | 1000 | 10110110 | 1000001 | 1001101 |
Color Harmonies of #A0E8EB
Complementary color
Monochromatic Colors of #A0E8EB
Black with #A0E8EB
Text Example
Text Example
White with #A0E8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8EB; }
p { color: rgb(160,232,235); }
H1.HeaderClassName
{
color: #A0E8EB;
}
.AnyTagClassName
{
color: #A0E8EB;
}
</style>
background-color css
<style>
a { background-color: #A0E8EB; }
a { background-color: rgb(160,232,235); }
div.DivClassName
{
background-color: #A0E8EB;
}
.BgClassName
{
background-color: #A0E8EB;
}
</style>
border-color css
<style>
span { border-color: #A0E8EB; }
span { border-color: rgb(160,232,235); }
td.TdClassName
{
border-color: #A0E8EB;
}
.TagClassName
{
border-color: #A0E8EB;
}
</style>