#86CFB0

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

Shades of Vista Blue #86CFB0

Tints of Vista Blue #86CFB0

Color information

#86CFB0 (or 0x86CFB0) is unknown color: approx Vista Blue. HEX triplet: 86, CF and B0. RGB value is (134,207,176). Sum of RGB (Red+Green+Blue) = 134+207+176=517 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.92% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #86CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CFB0 is #79304F. Grayscale: #B5B5B5. Windows color (decimal): -7942224 or 11587462. OLE color: 11587462.

HSL color Cylindrical-coordinate representation of color #86CFB0: hue angle of 154.52º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CFB0 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB134207176-
CMYK0.3500.150.19
HSL154.52º43.2%66.86%-
HSV(B)154.52º35.27%81.18%-
XYZ39.9852.8349.16-
YUV181.64124.8294.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.92%
GREEN value IS 207 (81.25% from 255) = 40.04%
BLUE value IS 176 (69.14% from 255) = 34.04%
R=25.92%
G=40.04%
B=34.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1342071760.3500.150.19154.5243.266.86
Hex86CFB0230F139b2b43
Octal206317260430172323353103
Binary1000011011001111101100001000110111110011100110111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,207,176); }

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

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

 a { background-color: rgb(134,207,176); }

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

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

 span { border-color: rgb(134,207,176); }

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