#A4E1EC

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

Shades of Blizzard Blue #A4E1EC

Tints of Blizzard Blue #A4E1EC

Color information

#A4E1EC (or 0xA4E1EC) is unknown color: approx Blizzard Blue. HEX triplet: A4, E1 and EC. RGB value is (164,225,236). Sum of RGB (Red+Green+Blue) = 164+225+236=625 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.24% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4E1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E1EC is #5B1E13. Grayscale: #CFCFCF. Windows color (decimal): -5971476 or 15524260. OLE color: 15524260.

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

Color convert

RGB164225236-
CMYK0.310.0500.07
HSL189.17º65.45%78.43%-
HSV(B)189.17º30.51%92.55%-
XYZ57.3867.889.42-
YUV208.02143.7996.61-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.24%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=26.24%
G=36%
B=37.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642252360.310.0500.07189.1765.4578.43
HexA4E1EC1F507bd414e
Octal24434135437507275101116
Binary1010010011100001111011001111110101111011110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E1EC; }

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

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

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

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

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

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

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

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