Shades of Bermuda #85D9BD
Tints of Bermuda #85D9BD
RGB
CMYK
RGB Variations
Color information
#85D9BD (or 0x85D9BD) is known color: Bermuda. HEX triplet: 85, D9 and BD. RGB value is (133,217,189). Sum of RGB (Red+Green+Blue) = 133+217+189=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #85D9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D9BD is #7A2642. Grayscale: #BCBCBC. Windows color (decimal): -8005187 or 12441989. OLE color: 12441989.
HSL color Cylindrical-coordinate representation of color #85D9BD: hue angle of 160º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D9BD is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 189 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.15 |
| HSL | 160º | 0.53% | 0.69% | - |
| HSV(B) | 160º | 0.39% | 0.85% | - |
| XYZ | 43.67 | 58.29 | 57.09 | - |
| YUV | 188.69 | 128.17 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 189 | 0.39 | 0 | 0.13 | 0.15 | 160 | 0.53 | 0.69 |
| Hex | 85 | D9 | BD | 27 | 0 | D | F | A0 | 34 | 45 |
| Octal | 205 | 331 | 275 | 47 | 0 | 15 | 17 | 240 | 64 | 105 |
| Binary | 10000101 | 11011001 | 10111101 | 100111 | 0 | 1101 | 1111 | 10100000 | 110100 | 1000101 |
Color Harmonies of #85D9BD
Complementary color
Monochromatic Colors of #85D9BD
Black with #85D9BD
Text Example
Text Example
White with #85D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D9BD; }
p { color: rgb(133,217,189); }
H1.HeaderClassName
{
color: #85D9BD;
}
.AnyTagClassName
{
color: #85D9BD;
}
</style>
background-color css
<style>
a { background-color: #85D9BD; }
a { background-color: rgb(133,217,189); }
div.DivClassName
{
background-color: #85D9BD;
}
.BgClassName
{
background-color: #85D9BD;
}
</style>
border-color css
<style>
span { border-color: #85D9BD; }
span { border-color: rgb(133,217,189); }
td.TdClassName
{
border-color: #85D9BD;
}
.TagClassName
{
border-color: #85D9BD;
}
</style>