#86ECBC

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

Shades of Vista Blue #86ECBC

Tints of Vista Blue #86ECBC

Color information

#86ECBC (or 0x86ECBC) is unknown color: approx Vista Blue. HEX triplet: 86, EC and BC. RGB value is (134,236,188). Sum of RGB (Red+Green+Blue) = 134+236+188=558 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.01% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #86ECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86ECBC is #791343. Grayscale: #C8C8C8. Windows color (decimal): -7934788 or 12381318. OLE color: 12381318.

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

Color convert

RGB134236188-
CMYK0.4300.200.07
HSL151.76º72.86%72.55%-
HSV(B)151.76º43.22%92.55%-
XYZ48.968.6958.26-
YUV200.03121.2180.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.01%
GREEN value IS 236 (92.58% from 255) = 42.29%
BLUE value IS 188 (73.83% from 255) = 33.69%
R=24.01%
G=42.29%
B=33.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342361880.4300.200.07151.7672.8672.55
Hex86ECBC2B0147984949
Octal206354274530247230111111
Binary1000011011101100101111001010110101001111001100010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ECBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,236,188); }

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

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

 a { background-color: rgb(134,236,188); }

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

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

 span { border-color: rgb(134,236,188); }

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