#86EDB8

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

Shades of Vista Blue #86EDB8

Tints of Vista Blue #86EDB8

Color information

#86EDB8 (or 0x86EDB8) is unknown color: approx Vista Blue. HEX triplet: 86, ED and B8. RGB value is (134,237,184). Sum of RGB (Red+Green+Blue) = 134+237+184=555 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.14% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDB8 is #791247. Grayscale: #C8C8C8. Windows color (decimal): -7934536 or 12119430. OLE color: 12119430.

HSL color Cylindrical-coordinate representation of color #86EDB8: hue angle of 149.13º 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 #86EDB8 is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB134237184-
CMYK0.4300.220.07
HSL149.13º74.1%72.75%-
HSV(B)149.13º43.46%92.94%-
XYZ48.7769.156.11-
YUV200.16118.8880.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.14%
GREEN value IS 237 (92.97% from 255) = 42.70%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=24.14%
G=42.70%
B=33.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342371840.4300.220.07149.1374.172.75
Hex86EDB82B0167954a49
Octal206355270530267225112111
Binary1000011011101101101110001010110101101111001010110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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