#A1DABB

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

Shades of Vista Blue #A1DABB

Tints of Vista Blue #A1DABB

Color information

#A1DABB (or 0xA1DABB) is unknown color: approx Vista Blue. HEX triplet: A1, DA and BB. RGB value is (161,218,187). Sum of RGB (Red+Green+Blue) = 161+218+187=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DABB is #5E2544. Grayscale: #C5C5C5. Windows color (decimal): -6169925 or 12311201. OLE color: 12311201.

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

Color convert

RGB161218187-
CMYK0.2600.140.15
HSL147.37º43.51%74.31%-
HSV(B)147.37º26.15%85.49%-
XYZ48.7461.3156.28-
YUV197.42122.12102.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.45%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=28.45%
G=38.52%
B=33.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181870.2600.140.15147.3743.5174.31
HexA1DABB1A0EF932c4a
Octal241332273320161722354112
Binary10100001110110101011101111010011101111100100111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DABB; }

 p { color: rgb(161,218,187); }

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

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

 a { background-color: rgb(161,218,187); }

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

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

 span { border-color: rgb(161,218,187); }

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