Shades of Blizzard Blue #A2E2F3
Tints of Blizzard Blue #A2E2F3
RGB
CMYK
RGB Variations
Color information
#A2E2F3 (or 0xA2E2F3) is known color: Blizzard Blue. HEX triplet: A2, E2 and F3. RGB value is (162,226,243). Sum of RGB (Red+Green+Blue) = 162+226+243=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 226 (88.67% from 255 or 35.82% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #A2E2F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E2F3 is #5D1D0C. Grayscale: #D0D0D0. Windows color (decimal): -6102285 or 15983266. OLE color: 15983266.
HSL color Cylindrical-coordinate representation of color #A2E2F3: hue angle of 192.59º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2E2F3 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 162 | 226 | 243 | - |
CMYK | 0.33 | 0.07 | 0 | 0.05 |
HSL | 192.59º | 0.77% | 0.79% | - |
HSV(B) | 192.59º | 0.33% | 0.95% | - |
XYZ | 58.27 | 68.55 | 94.95 | - |
YUV | 208.8 | 147.3 | 94.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 226 | 243 | 0.33 | 0.07 | 0 | 0.05 | 192.59 | 0.77 | 0.79 |
Hex | A2 | E2 | F3 | 21 | 7 | 0 | 5 | C1 | 4D | 4F |
Octal | 242 | 342 | 363 | 41 | 7 | 0 | 5 | 301 | 115 | 117 |
Binary | 10100010 | 11100010 | 11110011 | 100001 | 111 | 0 | 101 | 11000001 | 1001101 | 1001111 |
Color Harmonies of #A2E2F3
Complementary color
Monochromatic Colors of #A2E2F3
Black with #A2E2F3
Text Example
Text Example
White with #A2E2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E2F3; }
p { color: rgb(162,226,243); }
H1.HeaderClassName
{
color: #A2E2F3;
}
.AnyTagClassName
{
color: #A2E2F3;
}
</style>
background-color css
<style>
a { background-color: #A2E2F3; }
a { background-color: rgb(162,226,243); }
div.DivClassName
{
background-color: #A2E2F3;
}
.BgClassName
{
background-color: #A2E2F3;
}
</style>
border-color css
<style>
span { border-color: #A2E2F3; }
span { border-color: rgb(162,226,243); }
td.TdClassName
{
border-color: #A2E2F3;
}
.TagClassName
{
border-color: #A2E2F3;
}
</style>