Shades of Blizzard Blue #A0E0EB
Tints of Blizzard Blue #A0E0EB
RGB
CMYK
RGB Variations
Color information
#A0E0EB (or 0xA0E0EB) is known color: Blizzard Blue. HEX triplet: A0, E0 and EB. RGB value is (160,224,235). Sum of RGB (Red+Green+Blue) = 160+224+235=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E0EB is #5F1F14. Grayscale: #CECECE. Windows color (decimal): -6233877 or 15458464. OLE color: 15458464.
HSL color Cylindrical-coordinate representation of color #A0E0EB: hue angle of 188.8º 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 #A0E0EB is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 224 | 235 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.08 |
| HSL | 188.8º | 0.65% | 0.77% | - |
| HSV(B) | 188.8º | 0.32% | 0.92% | - |
| XYZ | 56.15 | 66.78 | 88.53 | - |
| YUV | 206.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 235 | 0.32 | 0.05 | 0 | 0.08 | 188.8 | 0.65 | 0.77 |
| Hex | A0 | E0 | EB | 20 | 5 | 0 | 8 | BD | 41 | 4D |
| Octal | 240 | 340 | 353 | 40 | 5 | 0 | 10 | 275 | 101 | 115 |
| Binary | 10100000 | 11100000 | 11101011 | 100000 | 101 | 0 | 1000 | 10111101 | 1000001 | 1001101 |
Color Harmonies of #A0E0EB
Complementary color
Monochromatic Colors of #A0E0EB
Black with #A0E0EB
Text Example
Text Example
White with #A0E0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0EB; }
p { color: rgb(160,224,235); }
H1.HeaderClassName
{
color: #A0E0EB;
}
.AnyTagClassName
{
color: #A0E0EB;
}
</style>
background-color css
<style>
a { background-color: #A0E0EB; }
a { background-color: rgb(160,224,235); }
div.DivClassName
{
background-color: #A0E0EB;
}
.BgClassName
{
background-color: #A0E0EB;
}
</style>
border-color css
<style>
span { border-color: #A0E0EB; }
span { border-color: rgb(160,224,235); }
td.TdClassName
{
border-color: #A0E0EB;
}
.TagClassName
{
border-color: #A0E0EB;
}
</style>