#86F2B1

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

Shades of Vista Blue #86F2B1

Tints of Vista Blue #86F2B1

Color information

#86F2B1 (or 0x86F2B1) is unknown color: approx Vista Blue. HEX triplet: 86, F2 and B1. RGB value is (134,242,177). Sum of RGB (Red+Green+Blue) = 134+242+177=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 177 (69.53% from 255 or 32.01% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F2B1 is #790D4E. Grayscale: #CACACA. Windows color (decimal): -7933263 or 11661958. OLE color: 11661958.

HSL color Cylindrical-coordinate representation of color #86F2B1: hue angle of 143.89º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2B1 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB134242177-
CMYK0.4500.270.05
HSL143.89º80.6%73.73%-
HSV(B)143.89º44.63%94.9%-
XYZ49.5271.7552.83-
YUV202.3113.7279.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.23%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 177 (69.53% from 255) = 32.01%
R=24.23%
G=43.76%
B=32.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342421770.4500.270.05143.8980.673.73
Hex86F2B12D01B590514a
Octal206362261550335220121112
Binary1000011011110010101100011011010110111011001000010100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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