Shades of Monte Carlo #85CBB2
Tints of Monte Carlo #85CBB2
RGB
CMYK
RGB Variations
Color information
#85CBB2 (or 0x85CBB2) is known color: Monte Carlo. HEX triplet: 85, CB and B2. RGB value is (133,203,178). Sum of RGB (Red+Green+Blue) = 133+203+178=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CBB2 is #7A344D. Grayscale: #B3B3B3. Windows color (decimal): -8008782 or 11717509. OLE color: 11717509.
HSL color Cylindrical-coordinate representation of color #85CBB2: hue angle of 158.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBB2 is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 178 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.20 |
| HSL | 158.57º | 0.4% | 0.66% | - |
| HSV(B) | 158.57º | 0.34% | 0.8% | - |
| XYZ | 39.06 | 50.91 | 49.89 | - |
| YUV | 179.22 | 127.31 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 178 | 0.34 | 0 | 0.12 | 0.20 | 158.57 | 0.4 | 0.66 |
| Hex | 85 | CB | B2 | 22 | 0 | C | 14 | 9F | 28 | 42 |
| Octal | 205 | 313 | 262 | 42 | 0 | 14 | 24 | 237 | 50 | 102 |
| Binary | 10000101 | 11001011 | 10110010 | 100010 | 0 | 1100 | 10100 | 10011111 | 101000 | 1000010 |
Color Harmonies of #85CBB2
Complementary color
Monochromatic Colors of #85CBB2
Black with #85CBB2
Text Example
Text Example
White with #85CBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBB2; }
p { color: rgb(133,203,178); }
H1.HeaderClassName
{
color: #85CBB2;
}
.AnyTagClassName
{
color: #85CBB2;
}
</style>
background-color css
<style>
a { background-color: #85CBB2; }
a { background-color: rgb(133,203,178); }
div.DivClassName
{
background-color: #85CBB2;
}
.BgClassName
{
background-color: #85CBB2;
}
</style>
border-color css
<style>
span { border-color: #85CBB2; }
span { border-color: rgb(133,203,178); }
td.TdClassName
{
border-color: #85CBB2;
}
.TagClassName
{
border-color: #85CBB2;
}
</style>