#A4CAB5

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

Shades of Vista Blue #A4CAB5

Tints of Vista Blue #A4CAB5

Color information

#A4CAB5 (or 0xA4CAB5) is unknown color: approx Vista Blue. HEX triplet: A4, CA and B5. RGB value is (164,202,181). Sum of RGB (Red+Green+Blue) = 164+202+181=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAB5 is #5B354A. Grayscale: #BCBCBC. Windows color (decimal): -5977419 or 11913892. OLE color: 11913892.

HSL color Cylindrical-coordinate representation of color #A4CAB5: hue angle of 146.84º degrees, saturation: 0.26, 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 #A4CAB5 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB164202181-
CMYK0.1900.100.21
HSL146.84º26.39%71.76%-
HSV(B)146.84º18.81%79.22%-
XYZ44.7753.4751.68-
YUV188.24123.91110.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.98%
GREEN value IS 202 (79.30% from 255) = 36.93%
BLUE value IS 181 (71.09% from 255) = 33.09%
R=29.98%
G=36.93%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021810.1900.100.21146.8426.3971.76
HexA4CAB5130A15931a48
Octal244312265230122522332110
Binary10100100110010101011010110011010101010110010011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAB5; }

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

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

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

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

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

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

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

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