Shades of Blizzard Blue #A0DEEF
Tints of Blizzard Blue #A0DEEF
RGB
CMYK
RGB Variations
Color information
#A0DEEF (or 0xA0DEEF) is known color: Blizzard Blue. HEX triplet: A0, DE and EF. RGB value is (160,222,239). Sum of RGB (Red+Green+Blue) = 160+222+239=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0DEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DEEF is #5F2110. Grayscale: #CDCDCD. Windows color (decimal): -6234385 or 15720096. OLE color: 15720096.
HSL color Cylindrical-coordinate representation of color #A0DEEF: hue angle of 192.91º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DEEF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 222 | 239 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.06 |
| HSL | 192.91º | 0.71% | 0.78% | - |
| HSV(B) | 192.91º | 0.33% | 0.94% | - |
| XYZ | 56.2 | 65.95 | 91.43 | - |
| YUV | 205.4 | 146.96 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 239 | 0.33 | 0.07 | 0 | 0.06 | 192.91 | 0.71 | 0.78 |
| Hex | A0 | DE | EF | 21 | 7 | 0 | 6 | C1 | 47 | 4E |
| Octal | 240 | 336 | 357 | 41 | 7 | 0 | 6 | 301 | 107 | 116 |
| Binary | 10100000 | 11011110 | 11101111 | 100001 | 111 | 0 | 110 | 11000001 | 1000111 | 1001110 |
Color Harmonies of #A0DEEF
Complementary color
Monochromatic Colors of #A0DEEF
Black with #A0DEEF
Text Example
Text Example
White with #A0DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEEF; }
p { color: rgb(160,222,239); }
H1.HeaderClassName
{
color: #A0DEEF;
}
.AnyTagClassName
{
color: #A0DEEF;
}
</style>
background-color css
<style>
a { background-color: #A0DEEF; }
a { background-color: rgb(160,222,239); }
div.DivClassName
{
background-color: #A0DEEF;
}
.BgClassName
{
background-color: #A0DEEF;
}
</style>
border-color css
<style>
span { border-color: #A0DEEF; }
span { border-color: rgb(160,222,239); }
td.TdClassName
{
border-color: #A0DEEF;
}
.TagClassName
{
border-color: #A0DEEF;
}
</style>