#A5CAB6

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

Shades of Vista Blue #A5CAB6

Tints of Vista Blue #A5CAB6

Color information

#A5CAB6 (or 0xA5CAB6) is unknown color: approx Vista Blue. HEX triplet: A5, CA and B6. RGB value is (165,202,182). Sum of RGB (Red+Green+Blue) = 165+202+182=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5CAB6 is #5A3549. Grayscale: #BCBCBC. Windows color (decimal): -5911882 or 11979429. OLE color: 11979429.

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

Color convert

RGB165202182-
CMYK0.1800.100.21
HSL147.57º25.87%71.96%-
HSV(B)147.57º18.32%79.22%-
XYZ45.0853.6252.23-
YUV188.66124.24111.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.05%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 182 (71.48% from 255) = 33.15%
R=30.05%
G=36.79%
B=33.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1652021820.1800.100.21147.5725.8771.96
HexA5CAB6120A15941a48
Octal245312266220122522432110
Binary10100101110010101011011010010010101010110010100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CAB6; }

 p { color: rgb(165,202,182); }

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

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

 a { background-color: rgb(165,202,182); }

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

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

 span { border-color: rgb(165,202,182); }

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