#86BDAE

Color #86BDAE Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #86BDAE

Tints of Monte Carlo #86BDAE

Color information

#86BDAE (or 0x86BDAE) is unknown color: approx Monte Carlo. HEX triplet: 86, BD and AE. RGB value is (134,189,174). Sum of RGB (Red+Green+Blue) = 134+189+174=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #86BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BDAE is #794251. Grayscale: #AAAAAA. Windows color (decimal): -7946834 or 11451782. OLE color: 11451782.

HSL color Cylindrical-coordinate representation of color #86BDAE: hue angle of 163.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BDAE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB134189174-
CMYK0.2900.080.26
HSL163.64º29.41%63.33%-
HSV(B)163.64º29.1%74.12%-
XYZ35.6744.5246.76-
YUV170.84129.78101.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=26.96%
G=38.03%
B=35.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341891740.2900.080.26163.6429.4163.33
Hex86BDAE1D081Aa41d3f
Octal20627525635010322443577
Binary1000011010111101101011101110101000110101010010011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,189,174); }

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

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

 a { background-color: rgb(134,189,174); }

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

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

 span { border-color: rgb(134,189,174); }

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