Shades of Blizzard Blue #A2F0FB
Tints of Blizzard Blue #A2F0FB
RGB
CMYK
RGB Variations
Color information
#A2F0FB (or 0xA2F0FB) is known color: Blizzard Blue. HEX triplet: A2, F0 and FB. RGB value is (162,240,251). Sum of RGB (Red+Green+Blue) = 162+240+251=653 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.81% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2F0FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F0FB is #5D0F04. Grayscale: #D9D9D9. Windows color (decimal): -6098693 or 16511138. OLE color: 16511138.
HSL color Cylindrical-coordinate representation of color #A2F0FB: hue angle of 187.42º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F0FB is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 240 | 251 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.02 |
| HSL | 187.42º | 0.92% | 0.81% | - |
| HSV(B) | 187.42º | 0.35% | 0.98% | - |
| XYZ | 63.47 | 76.97 | 102.78 | - |
| YUV | 217.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 251 | 0.35 | 0.04 | 0 | 0.02 | 187.42 | 0.92 | 0.81 |
| Hex | A2 | F0 | FB | 23 | 4 | 0 | 2 | BB | 5C | 51 |
| Octal | 242 | 360 | 373 | 43 | 4 | 0 | 2 | 273 | 134 | 121 |
| Binary | 10100010 | 11110000 | 11111011 | 100011 | 100 | 0 | 10 | 10111011 | 1011100 | 1010001 |
Color Harmonies of #A2F0FB
Complementary color
Monochromatic Colors of #A2F0FB
Black with #A2F0FB
Text Example
Text Example
White with #A2F0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F0FB; }
p { color: rgb(162,240,251); }
H1.HeaderClassName
{
color: #A2F0FB;
}
.AnyTagClassName
{
color: #A2F0FB;
}
</style>
background-color css
<style>
a { background-color: #A2F0FB; }
a { background-color: rgb(162,240,251); }
div.DivClassName
{
background-color: #A2F0FB;
}
.BgClassName
{
background-color: #A2F0FB;
}
</style>
border-color css
<style>
span { border-color: #A2F0FB; }
span { border-color: rgb(162,240,251); }
td.TdClassName
{
border-color: #A2F0FB;
}
.TagClassName
{
border-color: #A2F0FB;
}
</style>