#A6DEBD

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

Shades of Vista Blue #A6DEBD

Tints of Vista Blue #A6DEBD

Color information

#A6DEBD (or 0xA6DEBD) is unknown color: approx Vista Blue. HEX triplet: A6, DE and BD. RGB value is (166,222,189). Sum of RGB (Red+Green+Blue) = 166+222+189=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEBD is #592142. Grayscale: #C9C9C9. Windows color (decimal): -5841219 or 12443302. OLE color: 12443302.

HSL color Cylindrical-coordinate representation of color #A6DEBD: hue angle of 144.64º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DEBD is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB166222189-
CMYK0.2500.150.13
HSL144.64º45.9%76.08%-
HSV(B)144.64º25.23%87.06%-
XYZ51.0364.0257.81-
YUV201.49120.95102.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=28.77%
G=38.47%
B=32.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662221890.2500.150.13144.6445.976.08
HexA6DEBD190FD912e4c
Octal246336275310171522156114
Binary10100110110111101011110111001011111101100100011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DEBD; }

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

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

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

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

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

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

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

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