#A6E0EC

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

Shades of Blizzard Blue #A6E0EC

Tints of Blizzard Blue #A6E0EC

Color information

#A6E0EC (or 0xA6E0EC) is unknown color: approx Blizzard Blue. HEX triplet: A6, E0 and EC. RGB value is (166,224,236). Sum of RGB (Red+Green+Blue) = 166+224+236=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6E0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6E0EC is #591F13. Grayscale: #CFCFCF. Windows color (decimal): -5840660 or 15524006. OLE color: 15524006.

HSL color Cylindrical-coordinate representation of color #A6E0EC: hue angle of 190.29º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6E0EC is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166224236-
CMYK0.300.0500.07
HSL190.29º64.81%78.82%-
HSV(B)190.29º29.66%92.55%-
XYZ57.5267.4789.35-
YUV208.03143.7898.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.52%
GREEN value IS 224 (87.89% from 255) = 35.78%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=26.52%
G=35.78%
B=37.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662242360.300.0500.07190.2964.8178.82
HexA6E0EC1E507be414f
Octal24634035436507276101117
Binary1010011011100000111011001111010101111011111010000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0EC; }

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

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

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

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

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

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

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

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