Shades of Monte Carlo #83BDB1
Tints of Monte Carlo #83BDB1
RGB
CMYK
RGB Variations
Color information
#83BDB1 (or 0x83BDB1) is known color: Monte Carlo. HEX triplet: 83, BD and B1. RGB value is (131,189,177). Sum of RGB (Red+Green+Blue) = 131+189+177=497 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.36% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #83BDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83BDB1 is #7C424E. Grayscale: #AAAAAA. Windows color (decimal): -8143439 or 11648387. OLE color: 11648387.
HSL color Cylindrical-coordinate representation of color #83BDB1: hue angle of 167.59º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83BDB1 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 177 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.26 |
| HSL | 167.59º | 0.31% | 0.63% | - |
| HSV(B) | 167.59º | 0.31% | 0.74% | - |
| XYZ | 35.49 | 44.39 | 48.29 | - |
| YUV | 170.29 | 131.78 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 177 | 0.31 | 0 | 0.06 | 0.26 | 167.59 | 0.31 | 0.63 |
| Hex | 83 | BD | B1 | 1F | 0 | 6 | 1A | A8 | 1F | 3F |
| Octal | 203 | 275 | 261 | 37 | 0 | 6 | 32 | 250 | 37 | 77 |
| Binary | 10000011 | 10111101 | 10110001 | 11111 | 0 | 110 | 11010 | 10101000 | 11111 | 111111 |
Color Harmonies of #83BDB1
Complementary color
Monochromatic Colors of #83BDB1
Black with #83BDB1
Text Example
Text Example
White with #83BDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BDB1; }
p { color: rgb(131,189,177); }
H1.HeaderClassName
{
color: #83BDB1;
}
.AnyTagClassName
{
color: #83BDB1;
}
</style>
background-color css
<style>
a { background-color: #83BDB1; }
a { background-color: rgb(131,189,177); }
div.DivClassName
{
background-color: #83BDB1;
}
.BgClassName
{
background-color: #83BDB1;
}
</style>
border-color css
<style>
span { border-color: #83BDB1; }
span { border-color: rgb(131,189,177); }
td.TdClassName
{
border-color: #83BDB1;
}
.TagClassName
{
border-color: #83BDB1;
}
</style>