#A6EDF6

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

Shades of Blizzard Blue #A6EDF6

Tints of Blizzard Blue #A6EDF6

Color information

#A6EDF6 (or 0xA6EDF6) is unknown color: approx Blizzard Blue. HEX triplet: A6, ED and F6. RGB value is (166,237,246). Sum of RGB (Red+Green+Blue) = 166+237+246=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6EDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDF6 is #591209. Grayscale: #D8D8D8. Windows color (decimal): -5837322 or 16182694. OLE color: 16182694.

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

Color convert

RGB166237246-
CMYK0.330.0400.04
HSL186.75º81.63%80.78%-
HSV(B)186.75º32.52%96.47%-
XYZ62.6475.3398.43-
YUV216.8144.4891.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.58%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 246 (96.48% from 255) = 37.90%
R=25.58%
G=36.52%
B=37.90%

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
Decimal1662372460.330.0400.04186.7581.6380.78
HexA6EDF621404bb5251
Octal24635536641404273122121
Binary10100110111011011111011010000110001001011101110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDF6; }

 p { color: rgb(166,237,246); }

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

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

 a { background-color: rgb(166,237,246); }

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

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

 span { border-color: rgb(166,237,246); }

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