Shades of Blizzard Blue #A0DCEE
Tints of Blizzard Blue #A0DCEE
RGB
CMYK
RGB Variations
Color information
#A0DCEE (or 0xA0DCEE) is known color: Blizzard Blue. HEX triplet: A0, DC and EE. RGB value is (160,220,238). Sum of RGB (Red+Green+Blue) = 160+220+238=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCEE is #5F2311. Grayscale: #CBCBCB. Windows color (decimal): -6234898 or 15654048. OLE color: 15654048.
HSL color Cylindrical-coordinate representation of color #A0DCEE: hue angle of 193.85º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DCEE is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 220 | 238 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.07 |
| HSL | 193.85º | 0.7% | 0.78% | - |
| HSV(B) | 193.85º | 0.33% | 0.93% | - |
| XYZ | 55.52 | 64.83 | 90.48 | - |
| YUV | 204.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 238 | 0.33 | 0.08 | 0 | 0.07 | 193.85 | 0.7 | 0.78 |
| Hex | A0 | DC | EE | 21 | 8 | 0 | 7 | C2 | 46 | 4E |
| Octal | 240 | 334 | 356 | 41 | 10 | 0 | 7 | 302 | 106 | 116 |
| Binary | 10100000 | 11011100 | 11101110 | 100001 | 1000 | 0 | 111 | 11000010 | 1000110 | 1001110 |
Color Harmonies of #A0DCEE
Complementary color
Monochromatic Colors of #A0DCEE
Black with #A0DCEE
Text Example
Text Example
White with #A0DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCEE; }
p { color: rgb(160,220,238); }
H1.HeaderClassName
{
color: #A0DCEE;
}
.AnyTagClassName
{
color: #A0DCEE;
}
</style>
background-color css
<style>
a { background-color: #A0DCEE; }
a { background-color: rgb(160,220,238); }
div.DivClassName
{
background-color: #A0DCEE;
}
.BgClassName
{
background-color: #A0DCEE;
}
</style>
border-color css
<style>
span { border-color: #A0DCEE; }
span { border-color: rgb(160,220,238); }
td.TdClassName
{
border-color: #A0DCEE;
}
.TagClassName
{
border-color: #A0DCEE;
}
</style>