Shades of Blizzard Blue #A2F0FE
Tints of Blizzard Blue #A2F0FE
RGB
CMYK
RGB Variations
Color information
#A2F0FE (or 0xA2F0FE) is known color: Blizzard Blue. HEX triplet: A2, F0 and FE. RGB value is (162,240,254). Sum of RGB (Red+Green+Blue) = 162+240+254=656 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.70% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2F0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2F0FE is #5D0F01. Grayscale: #DADADA. Windows color (decimal): -6098690 or 16707746. OLE color: 16707746.
HSL color Cylindrical-coordinate representation of color #A2F0FE: hue angle of 189.13º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2F0FE is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 240 | 254 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.00 |
| HSL | 189.13º | 0.98% | 0.82% | - |
| HSV(B) | 189.13º | 0.36% | 1% | - |
| XYZ | 63.95 | 77.16 | 105.29 | - |
| YUV | 218.27 | 148.16 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 240 | 254 | 0.36 | 0.06 | 0 | 0.00 | 189.13 | 0.98 | 0.82 |
| Hex | A2 | F0 | FE | 24 | 6 | 0 | 0 | BD | 62 | 52 |
| Octal | 242 | 360 | 376 | 44 | 6 | 0 | 0 | 275 | 142 | 122 |
| Binary | 10100010 | 11110000 | 11111110 | 100100 | 110 | 0 | 0 | 10111101 | 1100010 | 1010010 |
Color Harmonies of #A2F0FE
Complementary color
Monochromatic Colors of #A2F0FE
Black with #A2F0FE
Text Example
Text Example
White with #A2F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F0FE; }
p { color: rgb(162,240,254); }
H1.HeaderClassName
{
color: #A2F0FE;
}
.AnyTagClassName
{
color: #A2F0FE;
}
</style>
background-color css
<style>
a { background-color: #A2F0FE; }
a { background-color: rgb(162,240,254); }
div.DivClassName
{
background-color: #A2F0FE;
}
.BgClassName
{
background-color: #A2F0FE;
}
</style>
border-color css
<style>
span { border-color: #A2F0FE; }
span { border-color: rgb(162,240,254); }
td.TdClassName
{
border-color: #A2F0FE;
}
.TagClassName
{
border-color: #A2F0FE;
}
</style>