#A2E2EB

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

Shades of Blizzard Blue #A2E2EB

Tints of Blizzard Blue #A2E2EB

Color information

#A2E2EB (or 0xA2E2EB) is unknown color: approx Blizzard Blue. HEX triplet: A2, E2 and EB. RGB value is (162,226,235). Sum of RGB (Red+Green+Blue) = 162+226+235=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2E2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2E2EB is #5D1D14. Grayscale: #CFCFCF. Windows color (decimal): -6102293 or 15458978. OLE color: 15458978.

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

Color convert

RGB162226235-
CMYK0.310.0400.08
HSL187.4º64.6%77.84%-
HSV(B)187.4º31.06%92.16%-
XYZ57.0968.0788.73-
YUV207.89143.395.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.00%
GREEN value IS 226 (88.67% from 255) = 36.28%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=26.00%
G=36.28%
B=37.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622262350.310.0400.08187.464.677.84
HexA2E2EB1F408bb414e
Octal242342353374010273101116
Binary10100010111000101110101111111100010001011101110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E2EB; }

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

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

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

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

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

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

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

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