#86CBAA

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

Shades of Vista Blue #86CBAA

Tints of Vista Blue #86CBAA

Color information

#86CBAA (or 0x86CBAA) is unknown color: approx Vista Blue. HEX triplet: 86, CB and AA. RGB value is (134,203,170). Sum of RGB (Red+Green+Blue) = 134+203+170=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #86CBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CBAA is #793455. Grayscale: #B2B2B2. Windows color (decimal): -7943254 or 11193222. OLE color: 11193222.

HSL color Cylindrical-coordinate representation of color #86CBAA: hue angle of 151.3º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CBAA is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB134203170-
CMYK0.3400.160.20
HSL151.3º39.88%66.08%-
HSV(B)151.3º33.99%79.61%-
XYZ38.4450.6845.79-
YUV178.61123.1496.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.43%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=26.43%
G=40.04%
B=33.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342031700.3400.160.20151.339.8866.08
Hex86CBAA2201014972842
Octal206313252420202422750102
Binary10000110110010111010101010001001000010100100101111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86CBAA; }

 p { color: rgb(134,203,170); }

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

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

 a { background-color: rgb(134,203,170); }

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

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

 span { border-color: rgb(134,203,170); }

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