#A2E0EB

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

Shades of Blizzard Blue #A2E0EB

Tints of Blizzard Blue #A2E0EB

Color information

#A2E0EB (or 0xA2E0EB) is unknown color: approx Blizzard Blue. HEX triplet: A2, E0 and EB. RGB value is (162,224,235). Sum of RGB (Red+Green+Blue) = 162+224+235=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E0EB is #5D1F14. Grayscale: #CECECE. Windows color (decimal): -6102805 or 15458466. OLE color: 15458466.

HSL color Cylindrical-coordinate representation of color #A2E0EB: hue angle of 189.04º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2E0EB is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162224235-
CMYK0.310.0500.08
HSL189.04º64.6%77.84%-
HSV(B)189.04º31.06%92.16%-
XYZ56.5566.9988.55-
YUV206.72143.9696.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.09%
GREEN value IS 224 (87.89% from 255) = 36.07%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=26.09%
G=36.07%
B=37.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622242350.310.0500.08189.0464.677.84
HexA2E0EB1F508bd414e
Octal242340353375010275101116
Binary10100010111000001110101111111101010001011110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E0EB; }

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

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

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

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

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

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

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

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