#A6DEEE

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

Shades of Blizzard Blue #A6DEEE

Tints of Blizzard Blue #A6DEEE

Color information

#A6DEEE (or 0xA6DEEE) is unknown color: approx Blizzard Blue. HEX triplet: A6, DE and EE. RGB value is (166,222,238). Sum of RGB (Red+Green+Blue) = 166+222+238=626 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.52% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6DEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DEEE is #592111. Grayscale: #CECECE. Windows color (decimal): -5841170 or 15654566. OLE color: 15654566.

HSL color Cylindrical-coordinate representation of color #A6DEEE: hue angle of 193.33º degrees, saturation: 0.68, 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 #A6DEEE is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166222238-
CMYK0.300.0700.07
HSL193.33º67.92%79.22%-
HSV(B)193.33º30.25%93.33%-
XYZ57.2866.5290.71-
YUV207.08145.4598.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.52%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=26.52%
G=35.46%
B=38.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662222380.300.0700.07193.3367.9279.22
HexA6DEEE1E707c1444f
Octal24633635636707301104117
Binary1010011011011110111011101111011101111100000110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DEEE; }

 p { color: rgb(166,222,238); }

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

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

 a { background-color: rgb(166,222,238); }

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

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

 span { border-color: rgb(166,222,238); }

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