Shades of Blizzard Blue #A0E9EE
Tints of Blizzard Blue #A0E9EE
RGB
CMYK
RGB Variations
Color information
#A0E9EE (or 0xA0E9EE) is known color: Blizzard Blue. HEX triplet: A0, E9 and EE. RGB value is (160,233,238). Sum of RGB (Red+Green+Blue) = 160+233+238=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0E9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E9EE is #5F1611. Grayscale: #D3D3D3. Windows color (decimal): -6231570 or 15657376. OLE color: 15657376.
HSL color Cylindrical-coordinate representation of color #A0E9EE: hue angle of 183.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 #A0E9EE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 233 | 238 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.07 |
| HSL | 183.85º | 0.7% | 0.78% | - |
| HSV(B) | 183.85º | 0.33% | 0.93% | - |
| XYZ | 59.07 | 71.92 | 91.66 | - |
| YUV | 211.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 238 | 0.33 | 0.02 | 0 | 0.07 | 183.85 | 0.7 | 0.78 |
| Hex | A0 | E9 | EE | 21 | 2 | 0 | 7 | B8 | 46 | 4E |
| Octal | 240 | 351 | 356 | 41 | 2 | 0 | 7 | 270 | 106 | 116 |
| Binary | 10100000 | 11101001 | 11101110 | 100001 | 10 | 0 | 111 | 10111000 | 1000110 | 1001110 |
Color Harmonies of #A0E9EE
Complementary color
Monochromatic Colors of #A0E9EE
Black with #A0E9EE
Text Example
Text Example
White with #A0E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9EE; }
p { color: rgb(160,233,238); }
H1.HeaderClassName
{
color: #A0E9EE;
}
.AnyTagClassName
{
color: #A0E9EE;
}
</style>
background-color css
<style>
a { background-color: #A0E9EE; }
a { background-color: rgb(160,233,238); }
div.DivClassName
{
background-color: #A0E9EE;
}
.BgClassName
{
background-color: #A0E9EE;
}
</style>
border-color css
<style>
span { border-color: #A0E9EE; }
span { border-color: rgb(160,233,238); }
td.TdClassName
{
border-color: #A0E9EE;
}
.TagClassName
{
border-color: #A0E9EE;
}
</style>