#86D8A7

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

Shades of Vista Blue #86D8A7

Tints of Vista Blue #86D8A7

Color information

#86D8A7 (or 0x86D8A7) is unknown color: approx Vista Blue. HEX triplet: 86, D8 and A7. RGB value is (134,216,167). Sum of RGB (Red+Green+Blue) = 134+216+167=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 167 (65.62% from 255 or 32.30% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #86D8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D8A7 is #792758. Grayscale: #BABABA. Windows color (decimal): -7939929 or 10999942. OLE color: 10999942.

HSL color Cylindrical-coordinate representation of color #86D8A7: hue angle of 144.15º 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 #86D8A7 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB134216167-
CMYK0.3800.230.15
HSL144.15º51.25%68.63%-
HSV(B)144.15º37.96%84.71%-
XYZ41.3656.9745.38-
YUV185.9117.3390.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.92%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 167 (65.62% from 255) = 32.30%
R=25.92%
G=41.78%
B=32.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342161670.3800.230.15144.1551.2568.63
Hex86D8A726017F903345
Octal206330247460271722063105
Binary1000011011011000101001111001100101111111100100001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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