Shades of Blizzard Blue #A0E9EF
Tints of Blizzard Blue #A0E9EF
RGB
CMYK
RGB Variations
Color information
#A0E9EF (or 0xA0E9EF) is known color: Blizzard Blue. HEX triplet: A0, E9 and EF. RGB value is (160,233,239). Sum of RGB (Red+Green+Blue) = 160+233+239=632 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.32% from 632); Green value is 233 (91.41% from 255 or 36.87% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0E9EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E9EF is #5F1610. Grayscale: #D3D3D3. Windows color (decimal): -6231569 or 15722912. OLE color: 15722912.
HSL color Cylindrical-coordinate representation of color #A0E9EF: hue angle of 184.56º 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 #A0E9EF is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 233 | 239 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.06 |
| HSL | 184.56º | 0.71% | 0.78% | - |
| HSV(B) | 184.56º | 0.33% | 0.94% | - |
| XYZ | 59.22 | 71.98 | 92.43 | - |
| YUV | 211.86 | 143.32 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 239 | 0.33 | 0.03 | 0 | 0.06 | 184.56 | 0.71 | 0.78 |
| Hex | A0 | E9 | EF | 21 | 3 | 0 | 6 | B9 | 47 | 4E |
| Octal | 240 | 351 | 357 | 41 | 3 | 0 | 6 | 271 | 107 | 116 |
| Binary | 10100000 | 11101001 | 11101111 | 100001 | 11 | 0 | 110 | 10111001 | 1000111 | 1001110 |
Color Harmonies of #A0E9EF
Complementary color
Monochromatic Colors of #A0E9EF
Black with #A0E9EF
Text Example
Text Example
White with #A0E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9EF; }
p { color: rgb(160,233,239); }
H1.HeaderClassName
{
color: #A0E9EF;
}
.AnyTagClassName
{
color: #A0E9EF;
}
</style>
background-color css
<style>
a { background-color: #A0E9EF; }
a { background-color: rgb(160,233,239); }
div.DivClassName
{
background-color: #A0E9EF;
}
.BgClassName
{
background-color: #A0E9EF;
}
</style>
border-color css
<style>
span { border-color: #A0E9EF; }
span { border-color: rgb(160,233,239); }
td.TdClassName
{
border-color: #A0E9EF;
}
.TagClassName
{
border-color: #A0E9EF;
}
</style>