Shades of Blizzard Blue #A0DEEC
Tints of Blizzard Blue #A0DEEC
RGB
CMYK
RGB Variations
Color information
#A0DEEC (or 0xA0DEEC) is known color: Blizzard Blue. HEX triplet: A0, DE and EC. RGB value is (160,222,236). Sum of RGB (Red+Green+Blue) = 160+222+236=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DEEC is #5F2113. Grayscale: #CCCCCC. Windows color (decimal): -6234388 or 15523488. OLE color: 15523488.
HSL color Cylindrical-coordinate representation of color #A0DEEC: hue angle of 191.05º degrees, saturation: 0.67, 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 #A0DEEC is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 222 | 236 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.07 |
| HSL | 191.05º | 0.67% | 0.78% | - |
| HSV(B) | 191.05º | 0.32% | 0.93% | - |
| XYZ | 55.76 | 65.77 | 89.11 | - |
| YUV | 205.06 | 145.46 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 236 | 0.32 | 0.06 | 0 | 0.07 | 191.05 | 0.67 | 0.78 |
| Hex | A0 | DE | EC | 20 | 6 | 0 | 7 | BF | 43 | 4E |
| Octal | 240 | 336 | 354 | 40 | 6 | 0 | 7 | 277 | 103 | 116 |
| Binary | 10100000 | 11011110 | 11101100 | 100000 | 110 | 0 | 111 | 10111111 | 1000011 | 1001110 |
Color Harmonies of #A0DEEC
Complementary color
Monochromatic Colors of #A0DEEC
Black with #A0DEEC
Text Example
Text Example
White with #A0DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEEC; }
p { color: rgb(160,222,236); }
H1.HeaderClassName
{
color: #A0DEEC;
}
.AnyTagClassName
{
color: #A0DEEC;
}
</style>
background-color css
<style>
a { background-color: #A0DEEC; }
a { background-color: rgb(160,222,236); }
div.DivClassName
{
background-color: #A0DEEC;
}
.BgClassName
{
background-color: #A0DEEC;
}
</style>
border-color css
<style>
span { border-color: #A0DEEC; }
span { border-color: rgb(160,222,236); }
td.TdClassName
{
border-color: #A0DEEC;
}
.TagClassName
{
border-color: #A0DEEC;
}
</style>