#86D1A1

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

Shades of Vista Blue #86D1A1

Tints of Vista Blue #86D1A1

Color information

#86D1A1 (or 0x86D1A1) is unknown color: approx Vista Blue. HEX triplet: 86, D1 and A1. RGB value is (134,209,161). Sum of RGB (Red+Green+Blue) = 134+209+161=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #86D1A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D1A1 is #792E5E. Grayscale: #B5B5B5. Windows color (decimal): -7941727 or 10604934. OLE color: 10604934.

HSL color Cylindrical-coordinate representation of color #86D1A1: hue angle of 141.6º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D1A1 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB134209161-
CMYK0.3600.230.18
HSL141.6º44.91%67.25%-
HSV(B)141.6º35.89%81.96%-
XYZ39.0753.2441.94-
YUV181.1116.6594.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.59%
GREEN value IS 209 (82.03% from 255) = 41.47%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=26.59%
G=41.47%
B=31.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342091610.3600.230.18141.644.9167.25
Hex86D1A124017128e2d43
Octal206321241440272221655103
Binary10000110110100011010000110010001011110010100011101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,209,161); }

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

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

 a { background-color: rgb(134,209,161); }

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

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

 span { border-color: rgb(134,209,161); }

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