#A1CAB4

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

Shades of Vista Blue #A1CAB4

Tints of Vista Blue #A1CAB4

Color information

#A1CAB4 (or 0xA1CAB4) is unknown color: approx Vista Blue. HEX triplet: A1, CA and B4. RGB value is (161,202,180). Sum of RGB (Red+Green+Blue) = 161+202+180=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 180 (70.70% from 255 or 33.15% from 543); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CAB4 is #5E354B. Grayscale: #BBBBBB. Windows color (decimal): -6174028 or 11848353. OLE color: 11848353.

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

Color convert

RGB161202180-
CMYK0.2000.110.21
HSL147.8º27.89%71.18%-
HSV(B)147.8º20.3%79.22%-
XYZ44.0653.1151.11-
YUV187.23123.92109.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.65%
GREEN value IS 202 (79.30% from 255) = 37.20%
BLUE value IS 180 (70.70% from 255) = 33.15%
R=29.65%
G=37.20%
B=33.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1612021800.2000.110.21147.827.8971.18
HexA1CAB4140B15941c47
Octal241312264240132522434107
Binary10100001110010101011010010100010111010110010100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CAB4; }

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

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

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

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

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

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

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

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