#86D8AC

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

Shades of Vista Blue #86D8AC

Tints of Vista Blue #86D8AC

Color information

#86D8AC (or 0x86D8AC) is unknown color: approx Vista Blue. HEX triplet: 86, D8 and AC. RGB value is (134,216,172). Sum of RGB (Red+Green+Blue) = 134+216+172=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #86D8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D8AC is #792753. Grayscale: #BABABA. Windows color (decimal): -7939924 or 11327622. OLE color: 11327622.

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

Color convert

RGB134216172-
CMYK0.3800.200.15
HSL147.8º51.25%68.63%-
HSV(B)147.8º37.96%84.71%-
XYZ41.8357.1647.86-
YUV186.47119.8390.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 216 (84.77% from 255) = 41.38%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=25.67%
G=41.38%
B=32.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342161720.3800.200.15147.851.2568.63
Hex86D8AC26014F943345
Octal206330254460241722463105
Binary1000011011011000101011001001100101001111100101001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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