#86F9AF

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

Shades of Vista Blue #86F9AF

Tints of Vista Blue #86F9AF

Color information

#86F9AF (or 0x86F9AF) is unknown color: approx Vista Blue. HEX triplet: 86, F9 and AF. RGB value is (134,249,175). Sum of RGB (Red+Green+Blue) = 134+249+175=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F9AF is #790650. Grayscale: #CECECE. Windows color (decimal): -7931473 or 11532678. OLE color: 11532678.

HSL color Cylindrical-coordinate representation of color #86F9AF: hue angle of 141.39º 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 #86F9AF is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB134249175-
CMYK0.4600.300.02
HSL141.39º90.55%75.1%-
HSV(B)141.39º46.18%97.65%-
XYZ51.4575.9152.5-
YUV206.18110.476.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.01%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 175 (68.75% from 255) = 31.36%
R=24.01%
G=44.62%
B=31.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342491750.4600.300.02141.3990.5575.1
Hex86F9AF2E01E28d5b4b
Octal206371257560362215133113
Binary100001101111100110101111101110011110101000110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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