#A6DFBC

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

Shades of Vista Blue #A6DFBC

Tints of Vista Blue #A6DFBC

Color information

#A6DFBC (or 0xA6DFBC) is unknown color: approx Vista Blue. HEX triplet: A6, DF and BC. RGB value is (166,223,188). Sum of RGB (Red+Green+Blue) = 166+223+188=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 188 (73.83% from 255 or 32.58% from 577); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFBC is #592043. Grayscale: #CACACA. Windows color (decimal): -5840964 or 12378022. OLE color: 12378022.

HSL color Cylindrical-coordinate representation of color #A6DFBC: hue angle of 143.16º 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 #A6DFBC is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB166223188-
CMYK0.2600.160.13
HSL143.16º47.11%76.27%-
HSV(B)143.16º25.56%87.45%-
XYZ51.1964.5157.33-
YUV201.97120.12102.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 223 (87.5% from 255) = 38.65%
BLUE value IS 188 (73.83% from 255) = 32.58%
R=28.77%
G=38.65%
B=32.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662231880.2600.160.13143.1647.1176.27
HexA6DFBC1A010D8f2f4c
Octal246337274320201521757114
Binary101001101101111110111100110100100001101100011111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFBC; }

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

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

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

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

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

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

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

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