#A1DCB9

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

Shades of Vista Blue #A1DCB9

Tints of Vista Blue #A1DCB9

Color information

#A1DCB9 (or 0xA1DCB9) is unknown color: approx Vista Blue. HEX triplet: A1, DC and B9. RGB value is (161,220,185). Sum of RGB (Red+Green+Blue) = 161+220+185=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 185 (72.66% from 255 or 32.69% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCB9 is #5E2346. Grayscale: #C6C6C6. Windows color (decimal): -6169415 or 12180641. OLE color: 12180641.

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

Color convert

RGB161220185-
CMYK0.2700.160.14
HSL144.41º45.74%74.71%-
HSV(B)144.41º26.82%86.27%-
XYZ49.0562.2755.33-
YUV198.37120.45101.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 220 (86.33% from 255) = 38.87%
BLUE value IS 185 (72.66% from 255) = 32.69%
R=28.45%
G=38.87%
B=32.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201850.2700.160.14144.4145.7474.71
HexA1DCB91B010E902e4b
Octal241334271330201622056113
Binary101000011101110010111001110110100001110100100001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCB9; }

 p { color: rgb(161,220,185); }

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

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

 a { background-color: rgb(161,220,185); }

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

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

 span { border-color: rgb(161,220,185); }

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