Shades of Blizzard Blue #A1F0FF
Tints of Blizzard Blue #A1F0FF
RGB
CMYK
RGB Variations
Color information
#A1F0FF (or 0xA1F0FF) is known color: Blizzard Blue. HEX triplet: A1, F0 and FF. RGB value is (161,240,255). Sum of RGB (Red+Green+Blue) = 161+240+255=656 (86% of max value = 765). Red value is 161 (63.28% from 255 or 24.54% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1F0FF is #5E0F00. Grayscale: #D9D9D9. Windows color (decimal): -6164225 or 16773281. OLE color: 16773281.
HSL color Cylindrical-coordinate representation of color #A1F0FF: hue angle of 189.57º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1F0FF is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 240 | 255 | - |
| CMYK | 0.37 | 0.06 | 0 | 0 |
| HSL | 189.57º | 1% | 0.82% | - |
| HSV(B) | 189.57º | 0.37% | 1% | - |
| XYZ | 63.91 | 77.12 | 106.12 | - |
| YUV | 218.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 255 | 0.37 | 0.06 | 0 | 0 | 189.57 | 1 | 0.82 |
| Hex | A1 | F0 | FF | 25 | 6 | 0 | 0 | BE | 64 | 52 |
| Octal | 241 | 360 | 377 | 45 | 6 | 0 | 0 | 276 | 144 | 122 |
| Binary | 10100001 | 11110000 | 11111111 | 100101 | 110 | 0 | 0 | 10111110 | 1100100 | 1010010 |
Color Harmonies of #A1F0FF
Complementary color
Monochromatic Colors of #A1F0FF
Black with #A1F0FF
Text Example
Text Example
White with #A1F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F0FF; }
p { color: rgb(161,240,255); }
H1.HeaderClassName
{
color: #A1F0FF;
}
.AnyTagClassName
{
color: #A1F0FF;
}
</style>
background-color css
<style>
a { background-color: #A1F0FF; }
a { background-color: rgb(161,240,255); }
div.DivClassName
{
background-color: #A1F0FF;
}
.BgClassName
{
background-color: #A1F0FF;
}
</style>
border-color css
<style>
span { border-color: #A1F0FF; }
span { border-color: rgb(161,240,255); }
td.TdClassName
{
border-color: #A1F0FF;
}
.TagClassName
{
border-color: #A1F0FF;
}
</style>