#A0CAB3

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

Shades of Vista Blue #A0CAB3

Tints of Vista Blue #A0CAB3

Color information

#A0CAB3 (or 0xA0CAB3) is unknown color: approx Vista Blue. HEX triplet: A0, CA and B3. RGB value is (160,202,179). Sum of RGB (Red+Green+Blue) = 160+202+179=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CAB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CAB3 is #5F354C. Grayscale: #BABABA. Windows color (decimal): -6239565 or 11782816. OLE color: 11782816.

HSL color Cylindrical-coordinate representation of color #A0CAB3: hue angle of 147.14º 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 #A0CAB3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB160202179-
CMYK0.2100.110.21
HSL147.14º28.38%70.98%-
HSV(B)147.14º20.79%79.22%-
XYZ43.7552.9750.57-
YUV186.82123.59108.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=29.57%
G=37.34%
B=33.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1602021790.2100.110.21147.1428.3870.98
HexA0CAB3150B15931c47
Octal240312263250132522334107
Binary10100000110010101011001110101010111010110010011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAB3; }

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

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

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

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

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

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

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

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