#A4E2E6

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

Shades of Blizzard Blue #A4E2E6

Tints of Blizzard Blue #A4E2E6

Color information

#A4E2E6 (or 0xA4E2E6) is unknown color: approx Blizzard Blue. HEX triplet: A4, E2 and E6. RGB value is (164,226,230). Sum of RGB (Red+Green+Blue) = 164+226+230=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 230 (90.23% from 255 or 37.10% from 620); Max value from RGB is 230 - color contains mainly: blue. Hex color #A4E2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E2E6 is #5B1D19. Grayscale: #CFCFCF. Windows color (decimal): -5971226 or 15131300. OLE color: 15131300.

HSL color Cylindrical-coordinate representation of color #A4E2E6: hue angle of 183.64º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E2E6 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB164226230-
CMYK0.290.0200.10
HSL183.64º56.9%77.25%-
HSV(B)183.64º28.7%90.2%-
XYZ56.796884.99-
YUV207.92140.4696.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.45%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 230 (90.23% from 255) = 37.10%
R=26.45%
G=36.45%
B=37.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1642262300.290.0200.10183.6456.977.25
HexA4E2E61D20Ab8394d
Octal24434234635201227071115
Binary101001001110001011100110111011001010101110001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E2E6; }

 p { color: rgb(164,226,230); }

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

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

 a { background-color: rgb(164,226,230); }

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

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

 span { border-color: rgb(164,226,230); }

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