#A2E3ED

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

Shades of Blizzard Blue #A2E3ED

Tints of Blizzard Blue #A2E3ED

Color information

#A2E3ED (or 0xA2E3ED) is unknown color: approx Blizzard Blue. HEX triplet: A2, E3 and ED. RGB value is (162,227,237). Sum of RGB (Red+Green+Blue) = 162+227+237=626 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.88% from 626); Green value is 227 (89.06% from 255 or 36.26% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2E3ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E3ED is #5D1C12. Grayscale: #D0D0D0. Windows color (decimal): -6102035 or 15590306. OLE color: 15590306.

HSL color Cylindrical-coordinate representation of color #A2E3ED: hue angle of 188º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2E3ED is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB162227237-
CMYK0.320.0400.07
HSL188º67.57%78.24%-
HSV(B)188º31.65%92.94%-
XYZ57.6668.7390.35-
YUV208.7143.9794.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.88%
GREEN value IS 227 (89.06% from 255) = 36.26%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=25.88%
G=36.26%
B=37.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622272370.320.0400.0718867.5778.24
HexA2E3ED20407bc444e
Octal24234335540407274104116
Binary10100010111000111110110110000010001111011110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E3ED; }

 p { color: rgb(162,227,237); }

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

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

 a { background-color: rgb(162,227,237); }

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

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

 span { border-color: rgb(162,227,237); }

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