#A4EAED

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

Shades of Blizzard Blue #A4EAED

Tints of Blizzard Blue #A4EAED

Color information

#A4EAED (or 0xA4EAED) is unknown color: approx Blizzard Blue. HEX triplet: A4, EA and ED. RGB value is (164,234,237). Sum of RGB (Red+Green+Blue) = 164+234+237=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 237 (92.97% from 255 or 37.32% from 635); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAED is #5B1512. Grayscale: #D5D5D5. Windows color (decimal): -5969171 or 15592100. OLE color: 15592100.

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

Color convert

RGB164234237-
CMYK0.310.0100.07
HSL182.47º66.97%78.63%-
HSV(B)182.47º30.8%92.94%-
XYZ60.0272.8591.02-
YUV213.41141.3192.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.83%
GREEN value IS 234 (91.80% from 255) = 36.85%
BLUE value IS 237 (92.97% from 255) = 37.32%
R=25.83%
G=36.85%
B=37.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1642342370.310.0100.07182.4766.9778.63
HexA4EAED1F107b6434f
Octal24435235537107266103117
Binary10100100111010101110110111111101111011011010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAED; }

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

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

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

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

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

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

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

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