Shades of Blizzard Blue #A0DEED
Tints of Blizzard Blue #A0DEED
RGB
CMYK
RGB Variations
Color information
#A0DEED (or 0xA0DEED) is known color: Blizzard Blue. HEX triplet: A0, DE and ED. RGB value is (160,222,237). Sum of RGB (Red+Green+Blue) = 160+222+237=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DEED is #5F2112. Grayscale: #CDCDCD. Windows color (decimal): -6234387 or 15589024. OLE color: 15589024.
HSL color Cylindrical-coordinate representation of color #A0DEED: hue angle of 191.69º 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 #A0DEED is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 222 | 237 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.07 |
| HSL | 191.69º | 0.68% | 0.78% | - |
| HSV(B) | 191.69º | 0.32% | 0.93% | - |
| XYZ | 55.9 | 65.83 | 89.88 | - |
| YUV | 205.17 | 145.96 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 237 | 0.32 | 0.06 | 0 | 0.07 | 191.69 | 0.68 | 0.78 |
| Hex | A0 | DE | ED | 20 | 6 | 0 | 7 | C0 | 44 | 4E |
| Octal | 240 | 336 | 355 | 40 | 6 | 0 | 7 | 300 | 104 | 116 |
| Binary | 10100000 | 11011110 | 11101101 | 100000 | 110 | 0 | 111 | 11000000 | 1000100 | 1001110 |
Color Harmonies of #A0DEED
Complementary color
Monochromatic Colors of #A0DEED
Black with #A0DEED
Text Example
Text Example
White with #A0DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEED; }
p { color: rgb(160,222,237); }
H1.HeaderClassName
{
color: #A0DEED;
}
.AnyTagClassName
{
color: #A0DEED;
}
</style>
background-color css
<style>
a { background-color: #A0DEED; }
a { background-color: rgb(160,222,237); }
div.DivClassName
{
background-color: #A0DEED;
}
.BgClassName
{
background-color: #A0DEED;
}
</style>
border-color css
<style>
span { border-color: #A0DEED; }
span { border-color: rgb(160,222,237); }
td.TdClassName
{
border-color: #A0DEED;
}
.TagClassName
{
border-color: #A0DEED;
}
</style>