#A6CAB6

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

Shades of Vista Blue #A6CAB6

Tints of Vista Blue #A6CAB6

Color information

#A6CAB6 (or 0xA6CAB6) is unknown color: approx Vista Blue. HEX triplet: A6, CA and B6. RGB value is (166,202,182). Sum of RGB (Red+Green+Blue) = 166+202+182=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAB6 is #593549. Grayscale: #BDBDBD. Windows color (decimal): -5846346 or 11979430. OLE color: 11979430.

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

Color convert

RGB166202182-
CMYK0.1800.100.21
HSL146.67º25.35%72.16%-
HSV(B)146.67º17.82%79.22%-
XYZ45.2953.7352.24-
YUV188.96124.07111.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.18%
GREEN value IS 202 (79.30% from 255) = 36.73%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=30.18%
G=36.73%
B=33.09%

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
Decimal1662021820.1800.100.21146.6725.3572.16
HexA6CAB6120A15931948
Octal246312266220122522331110
Binary10100110110010101011011010010010101010110010011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAB6; }

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

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

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

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

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

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

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

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