#86E8A9

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

Shades of Vista Blue #86E8A9

Tints of Vista Blue #86E8A9

Color information

#86E8A9 (or 0x86E8A9) is unknown color: approx Vista Blue. HEX triplet: 86, E8 and A9. RGB value is (134,232,169). Sum of RGB (Red+Green+Blue) = 134+232+169=535 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.05% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 169 (66.41% from 255 or 31.59% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #86E8A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E8A9 is #791756. Grayscale: #C3C3C3. Windows color (decimal): -7935831 or 11135110. OLE color: 11135110.

HSL color Cylindrical-coordinate representation of color #86E8A9: hue angle of 141.43º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86E8A9 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB134232169-
CMYK0.4200.270.09
HSL141.43º68.06%71.76%-
HSV(B)141.43º42.24%90.98%-
XYZ45.8565.6547.79-
YUV195.52113.0384.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.05%
GREEN value IS 232 (91.02% from 255) = 43.36%
BLUE value IS 169 (66.41% from 255) = 31.59%
R=25.05%
G=43.36%
B=31.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342321690.4200.270.09141.4368.0671.76
Hex86E8A92A01B98d4448
Octal2063502515203311215104110
Binary10000110111010001010100110101001101110011000110110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,232,169); }

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

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

 a { background-color: rgb(134,232,169); }

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

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

 span { border-color: rgb(134,232,169); }

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