#A4EAF7

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

Shades of Blizzard Blue #A4EAF7

Tints of Blizzard Blue #A4EAF7

Color information

#A4EAF7 (or 0xA4EAF7) is unknown color: approx Blizzard Blue. HEX triplet: A4, EA and F7. RGB value is (164,234,247). Sum of RGB (Red+Green+Blue) = 164+234+247=645 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.43% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #A4EAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAF7 is #5B1508. Grayscale: #D6D6D6. Windows color (decimal): -5969161 or 16247460. OLE color: 16247460.

HSL color Cylindrical-coordinate representation of color #A4EAF7: hue angle of 189.4º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4EAF7 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB164234247-
CMYK0.340.0500.03
HSL189.4º83.84%80.59%-
HSV(B)189.4º33.6%96.86%-
XYZ61.5273.4598.93-
YUV214.55146.3191.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.43%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=25.43%
G=36.28%
B=38.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1642342470.340.0500.03189.483.8480.59
HexA4EAF722503bd5451
Octal24435236742503275124121
Binary1010010011101010111101111000101010111011110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAF7; }

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

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

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

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

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

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

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

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