#A4CAB7

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

Shades of Vista Blue #A4CAB7

Tints of Vista Blue #A4CAB7

Color information

#A4CAB7 (or 0xA4CAB7) is unknown color: approx Vista Blue. HEX triplet: A4, CA and B7. RGB value is (164,202,183). Sum of RGB (Red+Green+Blue) = 164+202+183=549 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.87% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CAB7 is #5B3548. Grayscale: #BCBCBC. Windows color (decimal): -5977417 or 12044964. OLE color: 12044964.

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

Color convert

RGB164202183-
CMYK0.1900.090.21
HSL150º26.39%71.76%-
HSV(B)150º18.81%79.22%-
XYZ44.9853.5552.77-
YUV188.47124.91110.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.87%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 183 (71.88% from 255) = 33.33%
R=29.87%
G=36.79%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1642021830.1900.090.2115026.3971.76
HexA4CAB7130915961a48
Octal244312267230112522632110
Binary10100100110010101011011110011010011010110010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CAB7; }

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

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

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

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

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

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

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

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