Shades of Blizzard Blue #A2E8FB
Tints of Blizzard Blue #A2E8FB
RGB
CMYK
RGB Variations
Color information
#A2E8FB (or 0xA2E8FB) is known color: Blizzard Blue. HEX triplet: A2, E8 and FB. RGB value is (162,232,251). Sum of RGB (Red+Green+Blue) = 162+232+251=645 (85% of max value = 765). Red value is 162 (63.67% from 255 or 25.12% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #A2E8FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E8FB is #5D1704. Grayscale: #D5D5D5. Windows color (decimal): -6100741 or 16509090. OLE color: 16509090.
HSL color Cylindrical-coordinate representation of color #A2E8FB: hue angle of 192.81º 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 #A2E8FB is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 232 | 251 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.02 |
| HSL | 192.81º | 0.92% | 0.81% | - |
| HSV(B) | 192.81º | 0.35% | 0.98% | - |
| XYZ | 61.17 | 72.36 | 102.01 | - |
| YUV | 213.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 251 | 0.35 | 0.08 | 0 | 0.02 | 192.81 | 0.92 | 0.81 |
| Hex | A2 | E8 | FB | 23 | 8 | 0 | 2 | C1 | 5C | 51 |
| Octal | 242 | 350 | 373 | 43 | 10 | 0 | 2 | 301 | 134 | 121 |
| Binary | 10100010 | 11101000 | 11111011 | 100011 | 1000 | 0 | 10 | 11000001 | 1011100 | 1010001 |
Color Harmonies of #A2E8FB
Complementary color
Monochromatic Colors of #A2E8FB
Black with #A2E8FB
Text Example
Text Example
White with #A2E8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E8FB; }
p { color: rgb(162,232,251); }
H1.HeaderClassName
{
color: #A2E8FB;
}
.AnyTagClassName
{
color: #A2E8FB;
}
</style>
background-color css
<style>
a { background-color: #A2E8FB; }
a { background-color: rgb(162,232,251); }
div.DivClassName
{
background-color: #A2E8FB;
}
.BgClassName
{
background-color: #A2E8FB;
}
</style>
border-color css
<style>
span { border-color: #A2E8FB; }
span { border-color: rgb(162,232,251); }
td.TdClassName
{
border-color: #A2E8FB;
}
.TagClassName
{
border-color: #A2E8FB;
}
</style>