#A3CAB4

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

Shades of Vista Blue #A3CAB4

Tints of Vista Blue #A3CAB4

Color information

#A3CAB4 (or 0xA3CAB4) is unknown color: approx Vista Blue. HEX triplet: A3, CA and B4. RGB value is (163,202,180). Sum of RGB (Red+Green+Blue) = 163+202+180=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 180 (70.70% from 255 or 33.03% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CAB4 is #5C354B. Grayscale: #BBBBBB. Windows color (decimal): -6042956 or 11848355. OLE color: 11848355.

HSL color Cylindrical-coordinate representation of color #A3CAB4: hue angle of 146.15º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3CAB4 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB163202180-
CMYK0.1900.110.21
HSL146.15º26.9%71.57%-
HSV(B)146.15º19.31%79.22%-
XYZ44.4653.3251.13-
YUV187.83123.58110.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 180 (70.70% from 255) = 33.03%
R=29.91%
G=37.06%
B=33.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1632021800.1900.110.21146.1526.971.57
HexA3CAB4130B15921b48
Octal243312264230132522233110
Binary10100011110010101011010010011010111010110010010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CAB4; }

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

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

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

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

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

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

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

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