#A4EAEE

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

Shades of Blizzard Blue #A4EAEE

Tints of Blizzard Blue #A4EAEE

Color information

#A4EAEE (or 0xA4EAEE) is unknown color: approx Blizzard Blue. HEX triplet: A4, EA and EE. RGB value is (164,234,238). Sum of RGB (Red+Green+Blue) = 164+234+238=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAEE is #5B1511. Grayscale: #D5D5D5. Windows color (decimal): -5969170 or 15657636. OLE color: 15657636.

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

Color convert

RGB164234238-
CMYK0.310.0200.07
HSL183.24º68.52%78.82%-
HSV(B)183.24º31.09%93.33%-
XYZ60.1772.9191.79-
YUV213.53141.8192.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.79%
GREEN value IS 234 (91.80% from 255) = 36.79%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=25.79%
G=36.79%
B=37.42%

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
Decimal1642342380.310.0200.07183.2468.5278.82
HexA4EAEE1F207b7454f
Octal24435235637207267105117
Binary101001001110101011101110111111001111011011110001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAEE; }

 p { color: rgb(164,234,238); }

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

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

 a { background-color: rgb(164,234,238); }

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

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

 span { border-color: rgb(164,234,238); }

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