Shades of Blizzard Blue #A0E3EF
Tints of Blizzard Blue #A0E3EF
RGB
CMYK
RGB Variations
Color information
#A0E3EF (or 0xA0E3EF) is known color: Blizzard Blue. HEX triplet: A0, E3 and EF. RGB value is (160,227,239). Sum of RGB (Red+Green+Blue) = 160+227+239=626 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.56% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #A0E3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E3EF is #5F1C10. Grayscale: #D0D0D0. Windows color (decimal): -6233105 or 15721376. OLE color: 15721376.
HSL color Cylindrical-coordinate representation of color #A0E3EF: hue angle of 189.11º 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 #A0E3EF is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 227 | 239 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.06 |
| HSL | 189.11º | 0.71% | 0.78% | - |
| HSV(B) | 189.11º | 0.33% | 0.94% | - |
| XYZ | 57.55 | 68.64 | 91.88 | - |
| YUV | 208.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 239 | 0.33 | 0.05 | 0 | 0.06 | 189.11 | 0.71 | 0.78 |
| Hex | A0 | E3 | EF | 21 | 5 | 0 | 6 | BD | 47 | 4E |
| Octal | 240 | 343 | 357 | 41 | 5 | 0 | 6 | 275 | 107 | 116 |
| Binary | 10100000 | 11100011 | 11101111 | 100001 | 101 | 0 | 110 | 10111101 | 1000111 | 1001110 |
Color Harmonies of #A0E3EF
Complementary color
Monochromatic Colors of #A0E3EF
Black with #A0E3EF
Text Example
Text Example
White with #A0E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E3EF; }
p { color: rgb(160,227,239); }
H1.HeaderClassName
{
color: #A0E3EF;
}
.AnyTagClassName
{
color: #A0E3EF;
}
</style>
background-color css
<style>
a { background-color: #A0E3EF; }
a { background-color: rgb(160,227,239); }
div.DivClassName
{
background-color: #A0E3EF;
}
.BgClassName
{
background-color: #A0E3EF;
}
</style>
border-color css
<style>
span { border-color: #A0E3EF; }
span { border-color: rgb(160,227,239); }
td.TdClassName
{
border-color: #A0E3EF;
}
.TagClassName
{
border-color: #A0E3EF;
}
</style>