#A1DCBB

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

Shades of Vista Blue #A1DCBB

Tints of Vista Blue #A1DCBB

Color information

#A1DCBB (or 0xA1DCBB) is unknown color: approx Vista Blue. HEX triplet: A1, DC and BB. RGB value is (161,220,187). Sum of RGB (Red+Green+Blue) = 161+220+187=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCBB is #5E2344. Grayscale: #C6C6C6. Windows color (decimal): -6169413 or 12311713. OLE color: 12311713.

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

Color convert

RGB161220187-
CMYK0.2700.150.14
HSL146.44º45.74%74.71%-
HSV(B)146.44º26.82%86.27%-
XYZ49.2662.3556.45-
YUV198.6121.45101.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=28.35%
G=38.73%
B=32.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201870.2700.150.14146.4445.7474.71
HexA1DCBB1B0FE922e4b
Octal241334273330171622256113
Binary10100001110111001011101111011011111110100100101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCBB; }

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

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

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

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

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

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

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

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