#86F6AD

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

Shades of Vista Blue #86F6AD

Tints of Vista Blue #86F6AD

Color information

#86F6AD (or 0x86F6AD) is unknown color: approx Vista Blue. HEX triplet: 86, F6 and AD. RGB value is (134,246,173). Sum of RGB (Red+Green+Blue) = 134+246+173=553 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.23% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #86F6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F6AD is #790952. Grayscale: #CCCCCC. Windows color (decimal): -7932243 or 11400838. OLE color: 11400838.

HSL color Cylindrical-coordinate representation of color #86F6AD: hue angle of 140.89º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F6AD is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB134246173-
CMYK0.4600.300.04
HSL140.89º86.15%74.51%-
HSV(B)140.89º45.53%96.47%-
XYZ50.337451.17-
YUV204.19110.3977.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.23%
GREEN value IS 246 (96.48% from 255) = 44.48%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=24.23%
G=44.48%
B=31.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342461730.4600.300.04140.8986.1574.51
Hex86F6AD2E01E48d564b
Octal206366255560364215126113
Binary1000011011110110101011011011100111101001000110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,246,173); }

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

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

 a { background-color: rgb(134,246,173); }

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

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

 span { border-color: rgb(134,246,173); }

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