Shades of Blizzard Blue #A0F1FC
Tints of Blizzard Blue #A0F1FC
RGB
CMYK
RGB Variations
Color information
#A0F1FC (or 0xA0F1FC) is known color: Blizzard Blue. HEX triplet: A0, F1 and FC. RGB value is (160,241,252). Sum of RGB (Red+Green+Blue) = 160+241+252=653 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.50% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0F1FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F1FC is #5F0E03. Grayscale: #D9D9D9. Windows color (decimal): -6229508 or 16576928. OLE color: 16576928.
HSL color Cylindrical-coordinate representation of color #A0F1FC: hue angle of 187.17º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0F1FC is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 241 | 252 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.01 |
| HSL | 187.17º | 0.94% | 0.81% | - |
| HSV(B) | 187.17º | 0.37% | 0.99% | - |
| XYZ | 63.52 | 77.41 | 103.69 | - |
| YUV | 218.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 252 | 0.37 | 0.04 | 0 | 0.01 | 187.17 | 0.94 | 0.81 |
| Hex | A0 | F1 | FC | 25 | 4 | 0 | 1 | BB | 5E | 51 |
| Octal | 240 | 361 | 374 | 45 | 4 | 0 | 1 | 273 | 136 | 121 |
| Binary | 10100000 | 11110001 | 11111100 | 100101 | 100 | 0 | 1 | 10111011 | 1011110 | 1010001 |
Color Harmonies of #A0F1FC
Complementary color
Monochromatic Colors of #A0F1FC
Black with #A0F1FC
Text Example
Text Example
White with #A0F1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1FC; }
p { color: rgb(160,241,252); }
H1.HeaderClassName
{
color: #A0F1FC;
}
.AnyTagClassName
{
color: #A0F1FC;
}
</style>
background-color css
<style>
a { background-color: #A0F1FC; }
a { background-color: rgb(160,241,252); }
div.DivClassName
{
background-color: #A0F1FC;
}
.BgClassName
{
background-color: #A0F1FC;
}
</style>
border-color css
<style>
span { border-color: #A0F1FC; }
span { border-color: rgb(160,241,252); }
td.TdClassName
{
border-color: #A0F1FC;
}
.TagClassName
{
border-color: #A0F1FC;
}
</style>