#A1CAB5

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

Shades of Vista Blue #A1CAB5

Tints of Vista Blue #A1CAB5

Color information

#A1CAB5 (or 0xA1CAB5) is unknown color: approx Vista Blue. HEX triplet: A1, CA and B5. RGB value is (161,202,181). Sum of RGB (Red+Green+Blue) = 161+202+181=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAB5 is #5E354A. Grayscale: #BBBBBB. Windows color (decimal): -6174027 or 11913889. OLE color: 11913889.

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

Color convert

RGB161202181-
CMYK0.2000.100.21
HSL149.27º27.89%71.18%-
HSV(B)149.27º20.3%79.22%-
XYZ44.1653.1551.65-
YUV187.35124.42109.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 202 (79.30% from 255) = 37.13%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=29.60%
G=37.13%
B=33.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021810.2000.100.21149.2727.8971.18
HexA1CAB5140A15951c47
Octal241312265240122522534107
Binary10100001110010101011010110100010101010110010101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAB5; }

 p { color: rgb(161,202,181); }

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

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

 a { background-color: rgb(161,202,181); }

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

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

 span { border-color: rgb(161,202,181); }

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