#86EDA9

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

Shades of Vista Blue #86EDA9

Tints of Vista Blue #86EDA9

Color information

#86EDA9 (or 0x86EDA9) is unknown color: approx Vista Blue. HEX triplet: 86, ED and A9. RGB value is (134,237,169). Sum of RGB (Red+Green+Blue) = 134+237+169=540 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.81% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EDA9 is #791256. Grayscale: #C6C6C6. Windows color (decimal): -7934551 or 11136390. OLE color: 11136390.

HSL color Cylindrical-coordinate representation of color #86EDA9: hue angle of 140.39º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EDA9 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB134237169-
CMYK0.4300.290.07
HSL140.39º74.1%72.75%-
HSV(B)140.39º43.46%92.94%-
XYZ47.2868.548.27-
YUV198.45111.3882.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.81%
GREEN value IS 237 (92.97% from 255) = 43.89%
BLUE value IS 169 (66.41% from 255) = 31.30%
R=24.81%
G=43.89%
B=31.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342371690.4300.290.07140.3974.172.75
Hex86EDA92B01D78c4a49
Octal206355251530357214112111
Binary1000011011101101101010011010110111011111000110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,237,169); }

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

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

 a { background-color: rgb(134,237,169); }

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

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

 span { border-color: rgb(134,237,169); }

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