#86D5A4

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

Shades of Vista Blue #86D5A4

Tints of Vista Blue #86D5A4

Color information

#86D5A4 (or 0x86D5A4) is unknown color: approx Vista Blue. HEX triplet: 86, D5 and A4. RGB value is (134,213,164). Sum of RGB (Red+Green+Blue) = 134+213+164=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #86D5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D5A4 is #792A5B. Grayscale: #B7B7B7. Windows color (decimal): -7940700 or 10802566. OLE color: 10802566.

HSL color Cylindrical-coordinate representation of color #86D5A4: hue angle of 142.78º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D5A4 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB134213164-
CMYK0.3700.230.16
HSL142.78º48.47%68.04%-
HSV(B)142.78º37.09%83.53%-
XYZ40.3355.3443.68-
YUV183.79116.8392.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.22%
GREEN value IS 213 (83.59% from 255) = 41.68%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=26.22%
G=41.68%
B=32.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131640.3700.230.16142.7848.4768.04
Hex86D5A425017108f3044
Octal206325244450272021760104
Binary10000110110101011010010010010101011110000100011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,164); }

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

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

 a { background-color: rgb(134,213,164); }

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

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

 span { border-color: rgb(134,213,164); }

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