#A4ECF6

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

Shades of Blizzard Blue #A4ECF6

Tints of Blizzard Blue #A4ECF6

Color information

#A4ECF6 (or 0xA4ECF6) is unknown color: approx Blizzard Blue. HEX triplet: A4, EC and F6. RGB value is (164,236,246). Sum of RGB (Red+Green+Blue) = 164+236+246=646 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.39% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #A4ECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4ECF6 is #5B1309. Grayscale: #D7D7D7. Windows color (decimal): -5968650 or 16182436. OLE color: 16182436.

HSL color Cylindrical-coordinate representation of color #A4ECF6: hue angle of 187.32º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4ECF6 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164236246-
CMYK0.330.0400.04
HSL187.32º82%80.39%-
HSV(B)187.32º33.33%96.47%-
XYZ61.9474.5498.31-
YUV215.61145.1591.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.39%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 246 (96.48% from 255) = 38.08%
R=25.39%
G=36.53%
B=38.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642362460.330.0400.04187.328280.39
HexA4ECF621404bb5250
Octal24435436641404273122120
Binary10100100111011001111011010000110001001011101110100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ECF6; }

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

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

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

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

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

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

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

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