Shades of Monte Carlo #83BBB5
Tints of Monte Carlo #83BBB5
RGB
CMYK
RGB Variations
Color information
#83BBB5 (or 0x83BBB5) is known color: Monte Carlo. HEX triplet: 83, BB and B5. RGB value is (131,187,181). Sum of RGB (Red+Green+Blue) = 131+187+181=499 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.25% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #83BBB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83BBB5 is #7C444A. Grayscale: #A9A9A9. Windows color (decimal): -8143947 or 11910019. OLE color: 11910019.
HSL color Cylindrical-coordinate representation of color #83BBB5: hue angle of 173.57º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83BBB5 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 187 | 181 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.27 |
| HSL | 173.57º | 0.29% | 0.62% | - |
| HSV(B) | 173.57º | 0.3% | 0.73% | - |
| XYZ | 35.47 | 43.7 | 50.28 | - |
| YUV | 169.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 187 | 181 | 0.30 | 0 | 0.03 | 0.27 | 173.57 | 0.29 | 0.62 |
| Hex | 83 | BB | B5 | 1E | 0 | 3 | 1B | AE | 1D | 3E |
| Octal | 203 | 273 | 265 | 36 | 0 | 3 | 33 | 256 | 35 | 76 |
| Binary | 10000011 | 10111011 | 10110101 | 11110 | 0 | 11 | 11011 | 10101110 | 11101 | 111110 |
Color Harmonies of #83BBB5
Complementary color
Monochromatic Colors of #83BBB5
Black with #83BBB5
Text Example
Text Example
White with #83BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BBB5; }
p { color: rgb(131,187,181); }
H1.HeaderClassName
{
color: #83BBB5;
}
.AnyTagClassName
{
color: #83BBB5;
}
</style>
background-color css
<style>
a { background-color: #83BBB5; }
a { background-color: rgb(131,187,181); }
div.DivClassName
{
background-color: #83BBB5;
}
.BgClassName
{
background-color: #83BBB5;
}
</style>
border-color css
<style>
span { border-color: #83BBB5; }
span { border-color: rgb(131,187,181); }
td.TdClassName
{
border-color: #83BBB5;
}
.TagClassName
{
border-color: #83BBB5;
}
</style>