#A4ECF9

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

Shades of Blizzard Blue #A4ECF9

Tints of Blizzard Blue #A4ECF9

Color information

#A4ECF9 (or 0xA4ECF9) is unknown color: approx Blizzard Blue. HEX triplet: A4, EC and F9. RGB value is (164,236,249). Sum of RGB (Red+Green+Blue) = 164+236+249=649 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.27% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #A4ECF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECF9 is #5B1306. Grayscale: #D7D7D7. Windows color (decimal): -5968647 or 16379044. OLE color: 16379044.

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

Color convert

RGB164236249-
CMYK0.340.0500.02
HSL189.18º87.63%80.98%-
HSV(B)189.18º34.14%97.65%-
XYZ62.474.72100.76-
YUV215.95146.6590.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.27%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 249 (97.66% from 255) = 38.37%
R=25.27%
G=36.36%
B=38.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642362490.340.0500.02189.1887.6380.98
HexA4ECF922502bd5851
Octal24435437142502275130121
Binary1010010011101100111110011000101010101011110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECF9; }

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

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

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

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

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

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

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

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