#A2E7EB

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

Shades of Blizzard Blue #A2E7EB

Tints of Blizzard Blue #A2E7EB

Color information

#A2E7EB (or 0xA2E7EB) is unknown color: approx Blizzard Blue. HEX triplet: A2, E7 and EB. RGB value is (162,231,235). Sum of RGB (Red+Green+Blue) = 162+231+235=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2E7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E7EB is #5D1814. Grayscale: #D2D2D2. Windows color (decimal): -6101013 or 15460258. OLE color: 15460258.

HSL color Cylindrical-coordinate representation of color #A2E7EB: hue angle of 183.29º 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 #A2E7EB is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162231235-
CMYK0.310.0200.08
HSL183.29º64.6%77.84%-
HSV(B)183.29º31.06%92.16%-
XYZ58.4770.8389.19-
YUV210.82141.6493.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.80%
GREEN value IS 231 (90.62% from 255) = 36.78%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=25.80%
G=36.78%
B=37.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622312350.310.0200.08183.2964.677.84
HexA2E7EB1F208b7414e
Octal242347353372010267101116
Binary1010001011100111111010111111110010001011011110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E7EB; }

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

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

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

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

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

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

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

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