#A4CAB4

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

Shades of Vista Blue #A4CAB4

Tints of Vista Blue #A4CAB4

Color information

#A4CAB4 (or 0xA4CAB4) is unknown color: approx Vista Blue. HEX triplet: A4, CA and B4. RGB value is (164,202,180). Sum of RGB (Red+Green+Blue) = 164+202+180=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAB4 is #5B354B. Grayscale: #BCBCBC. Windows color (decimal): -5977420 or 11848356. OLE color: 11848356.

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

Color convert

RGB164202180-
CMYK0.1900.110.21
HSL145.26º26.39%71.76%-
HSV(B)145.26º18.81%79.22%-
XYZ44.6753.4351.14-
YUV188.13123.41110.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 202 (79.30% from 255) = 37.00%
BLUE value IS 180 (70.70% from 255) = 32.97%
R=30.04%
G=37.00%
B=32.97%

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
Decimal1642021800.1900.110.21145.2626.3971.76
HexA4CAB4130B15911a48
Octal244312264230132522132110
Binary10100100110010101011010010011010111010110010001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAB4; }

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

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

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

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

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

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

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

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