#86D0AA

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

Shades of Vista Blue #86D0AA

Tints of Vista Blue #86D0AA

Color information

#86D0AA (or 0x86D0AA) is unknown color: approx Vista Blue. HEX triplet: 86, D0 and AA. RGB value is (134,208,170). Sum of RGB (Red+Green+Blue) = 134+208+170=512 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.17% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #86D0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D0AA is #792F55. Grayscale: #B5B5B5. Windows color (decimal): -7941974 or 11194502. OLE color: 11194502.

HSL color Cylindrical-coordinate representation of color #86D0AA: hue angle of 149.19º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D0AA is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB134208170-
CMYK0.3600.180.18
HSL149.19º44.05%67.06%-
HSV(B)149.19º35.58%81.57%-
XYZ39.6453.0846.19-
YUV181.54121.4894.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.17%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 170 (66.80% from 255) = 33.20%
R=26.17%
G=40.62%
B=33.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342081700.3600.180.18149.1944.0567.06
Hex86D0AA2401212952c43
Octal206320252440222222554103
Binary10000110110100001010101010010001001010010100101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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