Shades of Blizzard Blue #A0DDED
Tints of Blizzard Blue #A0DDED
RGB
CMYK
RGB Variations
Color information
#A0DDED (or 0xA0DDED) is known color: Blizzard Blue. HEX triplet: A0, DD and ED. RGB value is (160,221,237). Sum of RGB (Red+Green+Blue) = 160+221+237=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDED is #5F2212. Grayscale: #CCCCCC. Windows color (decimal): -6234643 or 15588768. OLE color: 15588768.
HSL color Cylindrical-coordinate representation of color #A0DDED: hue angle of 192.47º 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 #A0DDED is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 160 | 221 | 237 | - |
CMYK | 0.32 | 0.07 | 0 | 0.07 |
HSL | 192.47º | 0.68% | 0.78% | - |
HSV(B) | 192.47º | 0.32% | 0.93% | - |
XYZ | 55.64 | 65.3 | 89.79 | - |
YUV | 204.59 | 146.29 | 96.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 221 | 237 | 0.32 | 0.07 | 0 | 0.07 | 192.47 | 0.68 | 0.78 |
Hex | A0 | DD | ED | 20 | 7 | 0 | 7 | C0 | 44 | 4E |
Octal | 240 | 335 | 355 | 40 | 7 | 0 | 7 | 300 | 104 | 116 |
Binary | 10100000 | 11011101 | 11101101 | 100000 | 111 | 0 | 111 | 11000000 | 1000100 | 1001110 |
Color Harmonies of #A0DDED
Complementary color
Monochromatic Colors of #A0DDED
Black with #A0DDED
Text Example
Text Example
White with #A0DDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDED; }
p { color: rgb(160,221,237); }
H1.HeaderClassName
{
color: #A0DDED;
}
.AnyTagClassName
{
color: #A0DDED;
}
</style>
background-color css
<style>
a { background-color: #A0DDED; }
a { background-color: rgb(160,221,237); }
div.DivClassName
{
background-color: #A0DDED;
}
.BgClassName
{
background-color: #A0DDED;
}
</style>
border-color css
<style>
span { border-color: #A0DDED; }
span { border-color: rgb(160,221,237); }
td.TdClassName
{
border-color: #A0DDED;
}
.TagClassName
{
border-color: #A0DDED;
}
</style>