#A0D3B1

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

Shades of Vista Blue #A0D3B1

Tints of Vista Blue #A0D3B1

Color information

#A0D3B1 (or 0xA0D3B1) is unknown color: approx Vista Blue. HEX triplet: A0, D3 and B1. RGB value is (160,211,177). Sum of RGB (Red+Green+Blue) = 160+211+177=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #A0D3B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D3B1 is #5F2C4E. Grayscale: #BFBFBF. Windows color (decimal): -6237263 or 11654048. OLE color: 11654048.

HSL color Cylindrical-coordinate representation of color #A0D3B1: hue angle of 140º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D3B1 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB160211177-
CMYK0.2400.160.17
HSL140º36.69%72.75%-
HSV(B)140º24.17%82.75%-
XYZ45.7357.2450.23-
YUV191.88119.6105.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 211 (82.81% from 255) = 38.50%
BLUE value IS 177 (69.53% from 255) = 32.30%
R=29.20%
G=38.50%
B=32.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602111770.2400.160.1714036.6972.75
HexA0D3B118010118c2549
Octal240323261300202121445111
Binary1010000011010011101100011100001000010001100011001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D3B1; }

 p { color: rgb(160,211,177); }

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

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

 a { background-color: rgb(160,211,177); }

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

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

 span { border-color: rgb(160,211,177); }

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