#86D8AA

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

Shades of Vista Blue #86D8AA

Tints of Vista Blue #86D8AA

Color information

#86D8AA (or 0x86D8AA) is unknown color: approx Vista Blue. HEX triplet: 86, D8 and AA. RGB value is (134,216,170). Sum of RGB (Red+Green+Blue) = 134+216+170=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #86D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D8AA is #792755. Grayscale: #BABABA. Windows color (decimal): -7939926 or 11196550. OLE color: 11196550.

HSL color Cylindrical-coordinate representation of color #86D8AA: hue angle of 146.34º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D8AA is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB134216170-
CMYK0.3800.210.15
HSL146.34º51.25%68.63%-
HSV(B)146.34º37.96%84.71%-
XYZ41.6457.0846.85-
YUV186.24118.8390.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=25.77%
G=41.54%
B=32.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342161700.3800.210.15146.3451.2568.63
Hex86D8AA26015F923345
Octal206330252460251722263105
Binary1000011011011000101010101001100101011111100100101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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