#A6CAB7

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

Shades of Vista Blue #A6CAB7

Tints of Vista Blue #A6CAB7

Color information

#A6CAB7 (or 0xA6CAB7) is unknown color: approx Vista Blue. HEX triplet: A6, CA and B7. RGB value is (166,202,183). Sum of RGB (Red+Green+Blue) = 166+202+183=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CAB7 is #593548. Grayscale: #BDBDBD. Windows color (decimal): -5846345 or 12044966. OLE color: 12044966.

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

Color convert

RGB166202183-
CMYK0.1800.090.21
HSL148.33º25.35%72.16%-
HSV(B)148.33º17.82%79.22%-
XYZ45.3953.7752.79-
YUV189.07124.57111.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.13%
GREEN value IS 202 (79.30% from 255) = 36.66%
BLUE value IS 183 (71.88% from 255) = 33.21%
R=30.13%
G=36.66%
B=33.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021830.1800.090.21148.3325.3572.16
HexA6CAB7120915941948
Octal246312267220112522431110
Binary10100110110010101011011110010010011010110010100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAB7; }

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

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

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

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

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

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

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

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