#A2E8EB

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

Shades of Blizzard Blue #A2E8EB

Tints of Blizzard Blue #A2E8EB

Color information

#A2E8EB (or 0xA2E8EB) is unknown color: approx Blizzard Blue. HEX triplet: A2, E8 and EB. RGB value is (162,232,235). Sum of RGB (Red+Green+Blue) = 162+232+235=629 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.76% from 629); Green value is 232 (91.02% from 255 or 36.88% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2E8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2E8EB is #5D1714. Grayscale: #D3D3D3. Windows color (decimal): -6100757 or 15460514. OLE color: 15460514.

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

Color convert

RGB162232235-
CMYK0.310.0100.08
HSL182.47º64.6%77.84%-
HSV(B)182.47º31.06%92.16%-
XYZ58.7571.3989.28-
YUV211.41141.3192.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.76%
GREEN value IS 232 (91.02% from 255) = 36.88%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=25.76%
G=36.88%
B=37.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622322350.310.0100.08182.4764.677.84
HexA2E8EB1F108b6414e
Octal242350353371010266101116
Binary101000101110100011101011111111010001011011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E8EB; }

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

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

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

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

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

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

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

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