#86F9B0

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

Shades of Vista Blue #86F9B0

Tints of Vista Blue #86F9B0

Color information

#86F9B0 (or 0x86F9B0) is unknown color: approx Vista Blue. HEX triplet: 86, F9 and B0. RGB value is (134,249,176). Sum of RGB (Red+Green+Blue) = 134+249+176=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F9B0 is #79064F. Grayscale: #CECECE. Windows color (decimal): -7931472 or 11598214. OLE color: 11598214.

HSL color Cylindrical-coordinate representation of color #86F9B0: hue angle of 141.91º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F9B0 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB134249176-
CMYK0.4600.290.02
HSL141.91º90.55%75.1%-
HSV(B)141.91º46.18%97.65%-
XYZ51.5475.9553.02-
YUV206.29110.976.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 176 (69.14% from 255) = 31.48%
R=23.97%
G=44.54%
B=31.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342491760.4600.290.02141.9190.5575.1
Hex86F9B02E01D28e5b4b
Octal206371260560352216133113
Binary100001101111100110110000101110011101101000111010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,249,176); }

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

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

 a { background-color: rgb(134,249,176); }

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

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

 span { border-color: rgb(134,249,176); }

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