#A6DEED

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

Shades of Blizzard Blue #A6DEED

Tints of Blizzard Blue #A6DEED

Color information

#A6DEED (or 0xA6DEED) is unknown color: approx Blizzard Blue. HEX triplet: A6, DE and ED. RGB value is (166,222,237). Sum of RGB (Red+Green+Blue) = 166+222+237=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DEED is #592112. Grayscale: #CECECE. Windows color (decimal): -5841171 or 15589030. OLE color: 15589030.

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

Color convert

RGB166222237-
CMYK0.300.0600.07
HSL192.68º66.36%79.02%-
HSV(B)192.68º29.96%92.94%-
XYZ57.1366.4689.94-
YUV206.97144.9598.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.56%
GREEN value IS 222 (87.11% from 255) = 35.52%
BLUE value IS 237 (92.97% from 255) = 37.92%
R=26.56%
G=35.52%
B=37.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662222370.300.0600.07192.6866.3679.02
HexA6DEED1E607c1424f
Octal24633635536607301102117
Binary1010011011011110111011011111011001111100000110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DEED; }

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

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

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

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

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

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

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

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