#A4E7EC

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

Shades of Blizzard Blue #A4E7EC

Tints of Blizzard Blue #A4E7EC

Color information

#A4E7EC (or 0xA4E7EC) is unknown color: approx Blizzard Blue. HEX triplet: A4, E7 and EC. RGB value is (164,231,236). Sum of RGB (Red+Green+Blue) = 164+231+236=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 231 (90.62% from 255 or 36.61% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4E7EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4E7EC is #5B1813. Grayscale: #D3D3D3. Windows color (decimal): -5969940 or 15525796. OLE color: 15525796.

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

Color convert

RGB164231236-
CMYK0.310.0200.07
HSL184.17º65.45%78.43%-
HSV(B)184.17º30.51%92.55%-
XYZ59.0371.189.97-
YUV211.54141.894.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.99%
GREEN value IS 231 (90.62% from 255) = 36.61%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=25.99%
G=36.61%
B=37.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642312360.310.0200.07184.1765.4578.43
HexA4E7EC1F207b8414e
Octal24434735437207270101116
Binary101001001110011111101100111111001111011100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E7EC; }

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

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

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

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

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

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

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

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