#A1DCB7

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

Shades of Vista Blue #A1DCB7

Tints of Vista Blue #A1DCB7

Color information

#A1DCB7 (or 0xA1DCB7) is unknown color: approx Vista Blue. HEX triplet: A1, DC and B7. RGB value is (161,220,183). Sum of RGB (Red+Green+Blue) = 161+220+183=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 183 (71.88% from 255 or 32.45% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCB7 is #5E2348. Grayscale: #C6C6C6. Windows color (decimal): -6169417 or 12049569. OLE color: 12049569.

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

Color convert

RGB161220183-
CMYK0.2700.170.14
HSL142.37º45.74%74.71%-
HSV(B)142.37º26.82%86.27%-
XYZ48.8462.1854.23-
YUV198.14119.45101.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.55%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 183 (71.88% from 255) = 32.45%
R=28.55%
G=39.01%
B=32.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201830.2700.170.14142.3745.7474.71
HexA1DCB71B011E8e2e4b
Octal241334267330211621656113
Binary101000011101110010110111110110100011110100011101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCB7; }

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

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

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

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

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

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

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

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