#A6DBB9

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

Shades of Vista Blue #A6DBB9

Tints of Vista Blue #A6DBB9

Color information

#A6DBB9 (or 0xA6DBB9) is unknown color: approx Vista Blue. HEX triplet: A6, DB and B9. RGB value is (166,219,185). Sum of RGB (Red+Green+Blue) = 166+219+185=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 185 (72.66% from 255 or 32.46% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBB9 is #592446. Grayscale: #C7C7C7. Windows color (decimal): -5841991 or 12180390. OLE color: 12180390.

HSL color Cylindrical-coordinate representation of color #A6DBB9: hue angle of 141.51º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBB9 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB166219185-
CMYK0.2400.160.14
HSL141.51º42.4%75.49%-
HSV(B)141.51º24.2%85.88%-
XYZ49.8162.2755.29-
YUV199.28119.94104.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.12%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 185 (72.66% from 255) = 32.46%
R=29.12%
G=38.42%
B=32.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191850.2400.160.14141.5142.475.49
HexA6DBB918010E8e2a4b
Octal246333271300201621652113
Binary101001101101101110111001110000100001110100011101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBB9; }

 p { color: rgb(166,219,185); }

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

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

 a { background-color: rgb(166,219,185); }

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

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

 span { border-color: rgb(166,219,185); }

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