Shades of Blizzard Blue #A0E8F9
Tints of Blizzard Blue #A0E8F9
RGB
CMYK
RGB Variations
Color information
#A0E8F9 (or 0xA0E8F9) is known color: Blizzard Blue. HEX triplet: A0, E8 and F9. RGB value is (160,232,249). Sum of RGB (Red+Green+Blue) = 160+232+249=641 (84% of max value = 765). Red value is 160 (62.89% from 255 or 24.96% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 249 (97.66% from 255 or 38.85% from 641); Max value from RGB is 249 - color contains mainly: blue. Hex color #A0E8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0E8F9 is #5F1706. Grayscale: #D4D4D4. Windows color (decimal): -6231815 or 16378016. OLE color: 16378016.
HSL color Cylindrical-coordinate representation of color #A0E8F9: hue angle of 191.46º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0E8F9 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 232 | 249 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.02 |
| HSL | 191.46º | 0.88% | 0.8% | - |
| HSV(B) | 191.46º | 0.36% | 0.98% | - |
| XYZ | 60.45 | 72.03 | 100.34 | - |
| YUV | 212.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 249 | 0.36 | 0.07 | 0 | 0.02 | 191.46 | 0.88 | 0.8 |
| Hex | A0 | E8 | F9 | 24 | 7 | 0 | 2 | BF | 58 | 50 |
| Octal | 240 | 350 | 371 | 44 | 7 | 0 | 2 | 277 | 130 | 120 |
| Binary | 10100000 | 11101000 | 11111001 | 100100 | 111 | 0 | 10 | 10111111 | 1011000 | 1010000 |
Color Harmonies of #A0E8F9
Complementary color
Monochromatic Colors of #A0E8F9
Black with #A0E8F9
Text Example
Text Example
White with #A0E8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8F9; }
p { color: rgb(160,232,249); }
H1.HeaderClassName
{
color: #A0E8F9;
}
.AnyTagClassName
{
color: #A0E8F9;
}
</style>
background-color css
<style>
a { background-color: #A0E8F9; }
a { background-color: rgb(160,232,249); }
div.DivClassName
{
background-color: #A0E8F9;
}
.BgClassName
{
background-color: #A0E8F9;
}
</style>
border-color css
<style>
span { border-color: #A0E8F9; }
span { border-color: rgb(160,232,249); }
td.TdClassName
{
border-color: #A0E8F9;
}
.TagClassName
{
border-color: #A0E8F9;
}
</style>