Shades of Blizzard Blue #A0E2F1
Tints of Blizzard Blue #A0E2F1
RGB
CMYK
RGB Variations
Color information
#A0E2F1 (or 0xA0E2F1) is known color: Blizzard Blue. HEX triplet: A0, E2 and F1. RGB value is (160,226,241). Sum of RGB (Red+Green+Blue) = 160+226+241=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 226 (88.67% from 255 or 36.04% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0E2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E2F1 is #5F1D0E. Grayscale: #CFCFCF. Windows color (decimal): -6233359 or 15852192. OLE color: 15852192.
HSL color Cylindrical-coordinate representation of color #A0E2F1: hue angle of 191.11º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0E2F1 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 226 | 241 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.05 |
| HSL | 191.11º | 0.74% | 0.79% | - |
| HSV(B) | 191.11º | 0.34% | 0.95% | - |
| XYZ | 57.57 | 68.22 | 93.35 | - |
| YUV | 207.98 | 146.63 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 241 | 0.34 | 0.06 | 0 | 0.05 | 191.11 | 0.74 | 0.79 |
| Hex | A0 | E2 | F1 | 22 | 6 | 0 | 5 | BF | 4A | 4F |
| Octal | 240 | 342 | 361 | 42 | 6 | 0 | 5 | 277 | 112 | 117 |
| Binary | 10100000 | 11100010 | 11110001 | 100010 | 110 | 0 | 101 | 10111111 | 1001010 | 1001111 |
Color Harmonies of #A0E2F1
Complementary color
Monochromatic Colors of #A0E2F1
Black with #A0E2F1
Text Example
Text Example
White with #A0E2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E2F1; }
p { color: rgb(160,226,241); }
H1.HeaderClassName
{
color: #A0E2F1;
}
.AnyTagClassName
{
color: #A0E2F1;
}
</style>
background-color css
<style>
a { background-color: #A0E2F1; }
a { background-color: rgb(160,226,241); }
div.DivClassName
{
background-color: #A0E2F1;
}
.BgClassName
{
background-color: #A0E2F1;
}
</style>
border-color css
<style>
span { border-color: #A0E2F1; }
span { border-color: rgb(160,226,241); }
td.TdClassName
{
border-color: #A0E2F1;
}
.TagClassName
{
border-color: #A0E2F1;
}
</style>