#A6EDF7

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

Shades of Blizzard Blue #A6EDF7

Tints of Blizzard Blue #A6EDF7

Color information

#A6EDF7 (or 0xA6EDF7) is unknown color: approx Blizzard Blue. HEX triplet: A6, ED and F7. RGB value is (166,237,247). Sum of RGB (Red+Green+Blue) = 166+237+247=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6EDF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDF7 is #591208. Grayscale: #D8D8D8. Windows color (decimal): -5837321 or 16248230. OLE color: 16248230.

HSL color Cylindrical-coordinate representation of color #A6EDF7: hue angle of 187.41º 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 #A6EDF7 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166237247-
CMYK0.330.0400.03
HSL187.41º83.51%80.98%-
HSV(B)187.41º32.79%96.86%-
XYZ62.875.3999.24-
YUV216.91144.9891.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.54%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 247 (96.88% from 255) = 38%
R=25.54%
G=36.46%
B=38%

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
Decimal1662372470.330.0400.03187.4183.5180.98
HexA6EDF721403bb5451
Octal24635536741403273124121
Binary1010011011101101111101111000011000111011101110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EDF7; }

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

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

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

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

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

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

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

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