#A6DCBB

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

Shades of Vista Blue #A6DCBB

Tints of Vista Blue #A6DCBB

Color information

#A6DCBB (or 0xA6DCBB) is unknown color: approx Vista Blue. HEX triplet: A6, DC and BB. RGB value is (166,220,187). Sum of RGB (Red+Green+Blue) = 166+220+187=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCBB is #592344. Grayscale: #C8C8C8. Windows color (decimal): -5841733 or 12311718. OLE color: 12311718.

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

Color convert

RGB166220187-
CMYK0.2500.150.14
HSL143.33º43.55%75.69%-
HSV(B)143.33º24.55%86.27%-
XYZ50.2962.8856.5-
YUV200.09120.61103.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 220 (86.33% from 255) = 38.39%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=28.97%
G=38.39%
B=32.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662201870.2500.150.14143.3343.5575.69
HexA6DCBB190FE8f2c4c
Octal246334273310171621754114
Binary10100110110111001011101111001011111110100011111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCBB; }

 p { color: rgb(166,220,187); }

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

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

 a { background-color: rgb(166,220,187); }

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

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

 span { border-color: rgb(166,220,187); }

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