#A0CAB0

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

Shades of Vista Blue #A0CAB0

Tints of Vista Blue #A0CAB0

Color information

#A0CAB0 (or 0xA0CAB0) is unknown color: approx Vista Blue. HEX triplet: A0, CA and B0. RGB value is (160,202,176). Sum of RGB (Red+Green+Blue) = 160+202+176=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CAB0 is #5F354F. Grayscale: #BABABA. Windows color (decimal): -6239568 or 11586208. OLE color: 11586208.

HSL color Cylindrical-coordinate representation of color #A0CAB0: hue angle of 142.86º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0CAB0 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB160202176-
CMYK0.2100.130.21
HSL142.86º28.38%70.98%-
HSV(B)142.86º20.79%79.22%-
XYZ43.4552.8548.98-
YUV186.48122.09109.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=29.74%
G=37.55%
B=32.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021760.2100.130.21142.8628.3870.98
HexA0CAB0150D158f1c47
Octal240312260250152521734107
Binary10100000110010101011000010101011011010110001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAB0; }

 p { color: rgb(160,202,176); }

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

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

 a { background-color: rgb(160,202,176); }

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

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

 span { border-color: rgb(160,202,176); }

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