Shades of Bermuda #85C9BB
Tints of Bermuda #85C9BB
RGB
CMYK
RGB Variations
Color information
#85C9BB (or 0x85C9BB) is known color: Bermuda. HEX triplet: 85, C9 and BB. RGB value is (133,201,187). Sum of RGB (Red+Green+Blue) = 133+201+187=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 201 (78.91% from 255 or 38.58% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 201 - color contains mainly: green. Hex color #85C9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C9BB is #7A3644. Grayscale: #B3B3B3. Windows color (decimal): -8009285 or 12306821. OLE color: 12306821.
HSL color Cylindrical-coordinate representation of color #85C9BB: hue angle of 167.65º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C9BB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 187 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.21 |
| HSL | 167.65º | 0.39% | 0.65% | - |
| HSV(B) | 167.65º | 0.34% | 0.79% | - |
| XYZ | 39.53 | 50.35 | 54.65 | - |
| YUV | 179.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 187 | 0.34 | 0 | 0.07 | 0.21 | 167.65 | 0.39 | 0.65 |
| Hex | 85 | C9 | BB | 22 | 0 | 7 | 15 | A8 | 27 | 41 |
| Octal | 205 | 311 | 273 | 42 | 0 | 7 | 25 | 250 | 47 | 101 |
| Binary | 10000101 | 11001001 | 10111011 | 100010 | 0 | 111 | 10101 | 10101000 | 100111 | 1000001 |
Color Harmonies of #85C9BB
Complementary color
Monochromatic Colors of #85C9BB
Black with #85C9BB
Text Example
Text Example
White with #85C9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C9BB; }
p { color: rgb(133,201,187); }
H1.HeaderClassName
{
color: #85C9BB;
}
.AnyTagClassName
{
color: #85C9BB;
}
</style>
background-color css
<style>
a { background-color: #85C9BB; }
a { background-color: rgb(133,201,187); }
div.DivClassName
{
background-color: #85C9BB;
}
.BgClassName
{
background-color: #85C9BB;
}
</style>
border-color css
<style>
span { border-color: #85C9BB; }
span { border-color: rgb(133,201,187); }
td.TdClassName
{
border-color: #85C9BB;
}
.TagClassName
{
border-color: #85C9BB;
}
</style>