#A6ECF7

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

Shades of Blizzard Blue #A6ECF7

Tints of Blizzard Blue #A6ECF7

Color information

#A6ECF7 (or 0xA6ECF7) is unknown color: approx Blizzard Blue. HEX triplet: A6, EC and F7. RGB value is (166,236,247). Sum of RGB (Red+Green+Blue) = 166+236+247=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6ECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6ECF7 is #591308. Grayscale: #D8D8D8. Windows color (decimal): -5837577 or 16247974. OLE color: 16247974.

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

Color convert

RGB166236247-
CMYK0.330.0400.03
HSL188.15º83.51%80.98%-
HSV(B)188.15º32.79%96.86%-
XYZ62.5174.8199.14-
YUV216.32145.3192.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.58%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 247 (96.88% from 255) = 38.06%
R=25.58%
G=36.36%
B=38.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662362470.330.0400.03188.1583.5180.98
HexA6ECF721403bc5451
Octal24635436741403274124121
Binary1010011011101100111101111000011000111011110010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ECF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ECF7; }

 p { color: rgb(166,236,247); }

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

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

 a { background-color: rgb(166,236,247); }

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

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

 span { border-color: rgb(166,236,247); }

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