#A1DDB5

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

Shades of Vista Blue #A1DDB5

Tints of Vista Blue #A1DDB5

Color information

#A1DDB5 (or 0xA1DDB5) is unknown color: approx Vista Blue. HEX triplet: A1, DD and B5. RGB value is (161,221,181). Sum of RGB (Red+Green+Blue) = 161+221+181=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDB5 is #5E224A. Grayscale: #C6C6C6. Windows color (decimal): -6169163 or 11918753. OLE color: 11918753.

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

Color convert

RGB161221181-
CMYK0.2700.180.13
HSL140º46.88%74.9%-
HSV(B)140º27.15%86.67%-
XYZ48.8962.6353.23-
YUV198.5118.12101.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.60%
GREEN value IS 221 (86.72% from 255) = 39.25%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=28.60%
G=39.25%
B=32.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612211810.2700.180.1314046.8874.9
HexA1DDB51B012D8c2f4b
Octal241335265330221521457113
Binary101000011101110110110101110110100101101100011001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDB5; }

 p { color: rgb(161,221,181); }

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

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

 a { background-color: rgb(161,221,181); }

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

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

 span { border-color: rgb(161,221,181); }

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