#86BDB2

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

Shades of Monte Carlo #86BDB2

Tints of Monte Carlo #86BDB2

Color information

#86BDB2 (or 0x86BDB2) is unknown color: approx Monte Carlo. HEX triplet: 86, BD and B2. RGB value is (134,189,178). Sum of RGB (Red+Green+Blue) = 134+189+178=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #86BDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BDB2 is #79424D. Grayscale: #ABABAB. Windows color (decimal): -7946830 or 11713926. OLE color: 11713926.

HSL color Cylindrical-coordinate representation of color #86BDB2: hue angle of 168º 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 #86BDB2 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB134189178-
CMYK0.2900.060.26
HSL168º29.41%63.33%-
HSV(B)168º29.1%74.12%-
XYZ36.0644.6848.84-
YUV171.3131.78101.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 189 (74.22% from 255) = 37.72%
BLUE value IS 178 (69.92% from 255) = 35.53%
R=26.75%
G=37.72%
B=35.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1341891780.2900.060.2616829.4163.33
Hex86BDB21D061Aa81d3f
Octal2062752623506322503577
Binary100001101011110110110010111010110110101010100011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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