Shades of Blizzard Blue #A0EBED
Tints of Blizzard Blue #A0EBED
RGB
CMYK
RGB Variations
Color information
#A0EBED (or 0xA0EBED) is known color: Blizzard Blue. HEX triplet: A0, EB and ED. RGB value is (160,235,237). Sum of RGB (Red+Green+Blue) = 160+235+237=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0EBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EBED is #5F1412. Grayscale: #D4D4D4. Windows color (decimal): -6231059 or 15592352. OLE color: 15592352.
HSL color Cylindrical-coordinate representation of color #A0EBED: hue angle of 181.56º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBED is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 235 | 237 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.07 |
| HSL | 181.56º | 0.68% | 0.78% | - |
| HSV(B) | 181.56º | 0.32% | 0.93% | - |
| XYZ | 59.49 | 73 | 91.08 | - |
| YUV | 212.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 237 | 0.32 | 0.01 | 0 | 0.07 | 181.56 | 0.68 | 0.78 |
| Hex | A0 | EB | ED | 20 | 1 | 0 | 7 | B6 | 44 | 4E |
| Octal | 240 | 353 | 355 | 40 | 1 | 0 | 7 | 266 | 104 | 116 |
| Binary | 10100000 | 11101011 | 11101101 | 100000 | 1 | 0 | 111 | 10110110 | 1000100 | 1001110 |
Color Harmonies of #A0EBED
Complementary color
Monochromatic Colors of #A0EBED
Black with #A0EBED
Text Example
Text Example
White with #A0EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBED; }
p { color: rgb(160,235,237); }
H1.HeaderClassName
{
color: #A0EBED;
}
.AnyTagClassName
{
color: #A0EBED;
}
</style>
background-color css
<style>
a { background-color: #A0EBED; }
a { background-color: rgb(160,235,237); }
div.DivClassName
{
background-color: #A0EBED;
}
.BgClassName
{
background-color: #A0EBED;
}
</style>
border-color css
<style>
span { border-color: #A0EBED; }
span { border-color: rgb(160,235,237); }
td.TdClassName
{
border-color: #A0EBED;
}
.TagClassName
{
border-color: #A0EBED;
}
</style>