Shades of Blizzard Blue #A0E1F5
Tints of Blizzard Blue #A0E1F5
RGB
CMYK
RGB Variations
Color information
#A0E1F5 (or 0xA0E1F5) is known color: Blizzard Blue. HEX triplet: A0, E1 and F5. RGB value is (160,225,245). Sum of RGB (Red+Green+Blue) = 160+225+245=630 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.40% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #A0E1F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E1F5 is #5F1E0A. Grayscale: #CFCFCF. Windows color (decimal): -6233611 or 16114080. OLE color: 16114080.
HSL color Cylindrical-coordinate representation of color #A0E1F5: hue angle of 194.12º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0E1F5 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 225 | 245 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.04 |
| HSL | 194.12º | 0.81% | 0.79% | - |
| HSV(B) | 194.12º | 0.35% | 0.96% | - |
| XYZ | 57.9 | 67.92 | 96.44 | - |
| YUV | 207.85 | 148.97 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 245 | 0.35 | 0.08 | 0 | 0.04 | 194.12 | 0.81 | 0.79 |
| Hex | A0 | E1 | F5 | 23 | 8 | 0 | 4 | C2 | 51 | 4F |
| Octal | 240 | 341 | 365 | 43 | 10 | 0 | 4 | 302 | 121 | 117 |
| Binary | 10100000 | 11100001 | 11110101 | 100011 | 1000 | 0 | 100 | 11000010 | 1010001 | 1001111 |
Color Harmonies of #A0E1F5
Complementary color
Monochromatic Colors of #A0E1F5
Black with #A0E1F5
Text Example
Text Example
White with #A0E1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E1F5; }
p { color: rgb(160,225,245); }
H1.HeaderClassName
{
color: #A0E1F5;
}
.AnyTagClassName
{
color: #A0E1F5;
}
</style>
background-color css
<style>
a { background-color: #A0E1F5; }
a { background-color: rgb(160,225,245); }
div.DivClassName
{
background-color: #A0E1F5;
}
.BgClassName
{
background-color: #A0E1F5;
}
</style>
border-color css
<style>
span { border-color: #A0E1F5; }
span { border-color: rgb(160,225,245); }
td.TdClassName
{
border-color: #A0E1F5;
}
.TagClassName
{
border-color: #A0E1F5;
}
</style>