#A6DFBD

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

Shades of Vista Blue #A6DFBD

Tints of Vista Blue #A6DFBD

Color information

#A6DFBD (or 0xA6DFBD) is unknown color: approx Vista Blue. HEX triplet: A6, DF and BD. RGB value is (166,223,189). Sum of RGB (Red+Green+Blue) = 166+223+189=578 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.72% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFBD is #592042. Grayscale: #CACACA. Windows color (decimal): -5840963 or 12443558. OLE color: 12443558.

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

Color convert

RGB166223189-
CMYK0.2600.150.13
HSL144.21º47.11%76.27%-
HSV(B)144.21º25.56%87.45%-
XYZ51.364.5657.9-
YUV202.08120.62102.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.72%
GREEN value IS 223 (87.5% from 255) = 38.58%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=28.72%
G=38.58%
B=32.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231890.2600.150.13144.2147.1176.27
HexA6DFBD1A0FD902f4c
Octal246337275320171522057114
Binary10100110110111111011110111010011111101100100001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFBD; }

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

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

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

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

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

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

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

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