#86D4AD

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

Shades of Vista Blue #86D4AD

Tints of Vista Blue #86D4AD

Color information

#86D4AD (or 0x86D4AD) is unknown color: approx Vista Blue. HEX triplet: 86, D4 and AD. RGB value is (134,212,173). Sum of RGB (Red+Green+Blue) = 134+212+173=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #86D4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D4AD is #792B52. Grayscale: #B8B8B8. Windows color (decimal): -7940947 or 11392134. OLE color: 11392134.

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

Color convert

RGB134212173-
CMYK0.3700.180.17
HSL150º47.56%67.84%-
HSV(B)150º36.79%83.14%-
XYZ40.9255.1748.03-
YUV184.23121.6692.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.82%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=25.82%
G=40.85%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1342121730.3700.180.1715047.5667.84
Hex86D4AD2501211963044
Octal206324255450222122660104
Binary10000110110101001010110110010101001010001100101101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,212,173); }

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

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

 a { background-color: rgb(134,212,173); }

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

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

 span { border-color: rgb(134,212,173); }

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