#A2EBFC

Color #A2EBFC Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #A2EBFC

Tints of Blizzard Blue #A2EBFC

Color information

#A2EBFC (or 0xA2EBFC) is unknown color: approx Blizzard Blue. HEX triplet: A2, EB and FC. RGB value is (162,235,252). Sum of RGB (Red+Green+Blue) = 162+235+252=649 (85% of max value = 765). Red value is 162 (63.67% from 255 or 24.96% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2EBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EBFC is #5D1403. Grayscale: #D6D6D6. Windows color (decimal): -6099972 or 16575394. OLE color: 16575394.

HSL color Cylindrical-coordinate representation of color #A2EBFC: hue angle of 191.33º 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 #A2EBFC is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB162235252-
CMYK0.360.0700.01
HSL191.33º93.75%81.18%-
HSV(B)191.33º35.71%98.82%-
XYZ62.1874.13103.13-
YUV215.11148.8290.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 24.96%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=24.96%
G=36.21%
B=38.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622352520.360.0700.01191.3393.7581.18
HexA2EBFC24701bf5e51
Octal24235337444701277136121
Binary101000101110101111111100100100111011011111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EBFC; }

 p { color: rgb(162,235,252); }

 H1.HeaderClassName
 {
   color: #A2EBFC;
 }
 .AnyTagClassName
 {
   color: #A2EBFC;
 }
</style>
background-color css

<style>
 a { background-color: #A2EBFC; }

 a { background-color: rgb(162,235,252); }

 div.DivClassName
 {
   background-color: #A2EBFC;
 }
 .BgClassName
 {
   background-color: #A2EBFC;
 }
</style>
border-color css

<style>
 span { border-color: #A2EBFC; }

 span { border-color: rgb(162,235,252); }

 td.TdClassName
 {
   border-color: #A2EBFC;
 }
 .TagClassName
 {
   border-color: #A2EBFC;
 }
</style>