#A1CAB2

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

Shades of Vista Blue #A1CAB2

Tints of Vista Blue #A1CAB2

Color information

#A1CAB2 (or 0xA1CAB2) is unknown color: approx Vista Blue. HEX triplet: A1, CA and B2. RGB value is (161,202,178). Sum of RGB (Red+Green+Blue) = 161+202+178=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CAB2 is #5E354D. Grayscale: #BBBBBB. Windows color (decimal): -6174030 or 11717281. OLE color: 11717281.

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

Color convert

RGB161202178-
CMYK0.2000.120.21
HSL144.88º27.89%71.18%-
HSV(B)144.88º20.3%79.22%-
XYZ43.8553.0350.04-
YUV187122.92109.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 178 (69.92% from 255) = 32.90%
R=29.76%
G=37.34%
B=32.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021780.2000.120.21144.8827.8971.18
HexA1CAB2140C15911c47
Octal241312262240142522134107
Binary10100001110010101011001010100011001010110010001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAB2; }

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

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

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

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

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

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

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

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