#A4E2EC

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

Shades of Blizzard Blue #A4E2EC

Tints of Blizzard Blue #A4E2EC

Color information

#A4E2EC (or 0xA4E2EC) is unknown color: approx Blizzard Blue. HEX triplet: A4, E2 and EC. RGB value is (164,226,236). Sum of RGB (Red+Green+Blue) = 164+226+236=626 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.20% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4E2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E2EC is #5B1D13. Grayscale: #D0D0D0. Windows color (decimal): -5971220 or 15524516. OLE color: 15524516.

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

Color convert

RGB164226236-
CMYK0.310.0400.07
HSL188.33º65.45%78.43%-
HSV(B)188.33º30.51%92.55%-
XYZ57.6568.3489.51-
YUV208.6143.4696.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.20%
GREEN value IS 226 (88.67% from 255) = 36.10%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=26.20%
G=36.10%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642262360.310.0400.07188.3365.4578.43
HexA4E2EC1F407bc414e
Octal24434235437407274101116
Binary1010010011100010111011001111110001111011110010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E2EC; }

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

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

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

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

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

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

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

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