#86E9B1

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

Shades of Vista Blue #86E9B1

Tints of Vista Blue #86E9B1

Color information

#86E9B1 (or 0x86E9B1) is unknown color: approx Vista Blue. HEX triplet: 86, E9 and B1. RGB value is (134,233,177). Sum of RGB (Red+Green+Blue) = 134+233+177=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #86E9B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86E9B1 is #79164E. Grayscale: #C5C5C5. Windows color (decimal): -7935567 or 11659654. OLE color: 11659654.

HSL color Cylindrical-coordinate representation of color #86E9B1: hue angle of 146.06º degrees, saturation: 0.69, 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 #86E9B1 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB134233177-
CMYK0.4200.240.09
HSL146.06º69.23%71.96%-
HSV(B)146.06º42.49%91.37%-
XYZ46.9166.5251.96-
YUV197.02116.783.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 233 (91.41% from 255) = 42.83%
BLUE value IS 177 (69.53% from 255) = 32.54%
R=24.63%
G=42.83%
B=32.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342331770.4200.240.09146.0669.2371.96
Hex86E9B12A0189924548
Octal2063512615203011222105110
Binary10000110111010011011000110101001100010011001001010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,233,177); }

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

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

 a { background-color: rgb(134,233,177); }

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

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

 span { border-color: rgb(134,233,177); }

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