#A1DDB6

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

Shades of Vista Blue #A1DDB6

Tints of Vista Blue #A1DDB6

Color information

#A1DDB6 (or 0xA1DDB6) is unknown color: approx Vista Blue. HEX triplet: A1, DD and B6. RGB value is (161,221,182). Sum of RGB (Red+Green+Blue) = 161+221+182=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 182 (71.48% from 255 or 32.27% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DDB6 is #5E2249. Grayscale: #C6C6C6. Windows color (decimal): -6169162 or 11984289. OLE color: 11984289.

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

Color convert

RGB161221182-
CMYK0.2700.180.13
HSL141º46.88%74.9%-
HSV(B)141º27.15%86.67%-
XYZ4962.6753.77-
YUV198.61118.62101.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 182 (71.48% from 255) = 32.27%
R=28.55%
G=39.18%
B=32.27%

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
Decimal1612211820.2700.180.1314146.8874.9
HexA1DDB61B012D8d2f4b
Octal241335266330221521557113
Binary101000011101110110110110110110100101101100011011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDB6; }

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

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

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

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

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

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

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

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