#86DBA7

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

Shades of Vista Blue #86DBA7

Tints of Vista Blue #86DBA7

Color information

#86DBA7 (or 0x86DBA7) is unknown color: approx Vista Blue. HEX triplet: 86, DB and A7. RGB value is (134,219,167). Sum of RGB (Red+Green+Blue) = 134+219+167=520 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.77% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #86DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DBA7 is #792458. Grayscale: #BBBBBB. Windows color (decimal): -7939161 or 11000710. OLE color: 11000710.

HSL color Cylindrical-coordinate representation of color #86DBA7: hue angle of 143.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DBA7 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB134219167-
CMYK0.3900.240.14
HSL143.29º54.14%69.22%-
HSV(B)143.29º38.81%85.88%-
XYZ42.1458.5245.63-
YUV187.66116.3489.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.77%
GREEN value IS 219 (85.94% from 255) = 42.12%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=25.77%
G=42.12%
B=32.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1342191670.3900.240.14143.2954.1469.22
Hex86DBA727018E8f3645
Octal206333247470301621766105
Binary1000011011011011101001111001110110001110100011111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,219,167); }

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

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

 a { background-color: rgb(134,219,167); }

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

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

 span { border-color: rgb(134,219,167); }

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