#A6CCB7

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

Shades of Vista Blue #A6CCB7

Tints of Vista Blue #A6CCB7

Color information

#A6CCB7 (or 0xA6CCB7) is unknown color: approx Vista Blue. HEX triplet: A6, CC and B7. RGB value is (166,204,183). Sum of RGB (Red+Green+Blue) = 166+204+183=553 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.02% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCB7 is #593348. Grayscale: #BEBEBE. Windows color (decimal): -5845833 or 12045478. OLE color: 12045478.

HSL color Cylindrical-coordinate representation of color #A6CCB7: hue angle of 146.84º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCB7 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB166204183-
CMYK0.1900.100.2
HSL146.84º27.14%72.55%-
HSV(B)146.84º18.63%80%-
XYZ45.8754.7152.94-
YUV190.24123.91110.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.02%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 183 (71.88% from 255) = 33.09%
R=30.02%
G=36.89%
B=33.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041830.1900.100.2146.8427.1472.55
HexA6CCB7130A14931b49
Octal246314267230122422333111
Binary10100110110011001011011110011010101010010010011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCB7; }

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

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

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

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

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

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

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

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