Shades of Monte Carlo #89BCB3
Tints of Monte Carlo #89BCB3
RGB
CMYK
RGB Variations
Color information
#89BCB3 (or 0x89BCB3) is known color: Monte Carlo. HEX triplet: 89, BC and B3. RGB value is (137,188,179). Sum of RGB (Red+Green+Blue) = 137+188+179=504 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.18% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89BCB3 is #76434C. Grayscale: #ABABAB. Windows color (decimal): -7750477 or 11779209. OLE color: 11779209.
HSL color Cylindrical-coordinate representation of color #89BCB3: hue angle of 169.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BCB3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 179 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.26 |
| HSL | 169.41º | 0.28% | 0.64% | - |
| HSV(B) | 169.41º | 0.27% | 0.74% | - |
| XYZ | 36.44 | 44.54 | 49.32 | - |
| YUV | 171.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 179 | 0.27 | 0 | 0.05 | 0.26 | 169.41 | 0.28 | 0.64 |
| Hex | 89 | BC | B3 | 1B | 0 | 5 | 1A | A9 | 1C | 40 |
| Octal | 211 | 274 | 263 | 33 | 0 | 5 | 32 | 251 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10110011 | 11011 | 0 | 101 | 11010 | 10101001 | 11100 | 1000000 |
Color Harmonies of #89BCB3
Complementary color
Monochromatic Colors of #89BCB3
Black with #89BCB3
Text Example
Text Example
White with #89BCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BCB3; }
p { color: rgb(137,188,179); }
H1.HeaderClassName
{
color: #89BCB3;
}
.AnyTagClassName
{
color: #89BCB3;
}
</style>
background-color css
<style>
a { background-color: #89BCB3; }
a { background-color: rgb(137,188,179); }
div.DivClassName
{
background-color: #89BCB3;
}
.BgClassName
{
background-color: #89BCB3;
}
</style>
border-color css
<style>
span { border-color: #89BCB3; }
span { border-color: rgb(137,188,179); }
td.TdClassName
{
border-color: #89BCB3;
}
.TagClassName
{
border-color: #89BCB3;
}
</style>