Shades of Blizzard Blue #A2EDFC
Tints of Blizzard Blue #A2EDFC
RGB
CMYK
RGB Variations
Color information
#A2EDFC (or 0xA2EDFC) is known color: Blizzard Blue. HEX triplet: A2, ED and FC. RGB value is (162,237,252). Sum of RGB (Red+Green+Blue) = 162+237+252=651 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.88% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2EDFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDFC is #5D1203. Grayscale: #D8D8D8. Windows color (decimal): -6099460 or 16575906. OLE color: 16575906.
HSL color Cylindrical-coordinate representation of color #A2EDFC: hue angle of 190º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2EDFC is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 162 | 237 | 252 | - |
CMYK | 0.36 | 0.06 | 0 | 0.01 |
HSL | 190º | 0.94% | 0.81% | - |
HSV(B) | 190º | 0.36% | 0.99% | - |
XYZ | 62.76 | 75.28 | 103.32 | - |
YUV | 216.29 | 148.15 | 89.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 237 | 252 | 0.36 | 0.06 | 0 | 0.01 | 190 | 0.94 | 0.81 |
Hex | A2 | ED | FC | 24 | 6 | 0 | 1 | BE | 5E | 51 |
Octal | 242 | 355 | 374 | 44 | 6 | 0 | 1 | 276 | 136 | 121 |
Binary | 10100010 | 11101101 | 11111100 | 100100 | 110 | 0 | 1 | 10111110 | 1011110 | 1010001 |
Color Harmonies of #A2EDFC
Complementary color
Monochromatic Colors of #A2EDFC
Black with #A2EDFC
Text Example
Text Example
White with #A2EDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDFC; }
p { color: rgb(162,237,252); }
H1.HeaderClassName
{
color: #A2EDFC;
}
.AnyTagClassName
{
color: #A2EDFC;
}
</style>
background-color css
<style>
a { background-color: #A2EDFC; }
a { background-color: rgb(162,237,252); }
div.DivClassName
{
background-color: #A2EDFC;
}
.BgClassName
{
background-color: #A2EDFC;
}
</style>
border-color css
<style>
span { border-color: #A2EDFC; }
span { border-color: rgb(162,237,252); }
td.TdClassName
{
border-color: #A2EDFC;
}
.TagClassName
{
border-color: #A2EDFC;
}
</style>