Shades of Bermuda #85DEBC
Tints of Bermuda #85DEBC
RGB
CMYK
RGB Variations
Color information
#85DEBC (or 0x85DEBC) is known color: Bermuda. HEX triplet: 85, DE and BC. RGB value is (133,222,188). Sum of RGB (Red+Green+Blue) = 133+222+188=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 222 - color contains mainly: green. Hex color #85DEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DEBC is #7A2143. Grayscale: #BFBFBF. Windows color (decimal): -8003908 or 12377733. OLE color: 12377733.
HSL color Cylindrical-coordinate representation of color #85DEBC: hue angle of 157.08º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DEBC is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 222 | 188 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.13 |
| HSL | 157.08º | 0.57% | 0.7% | - |
| HSV(B) | 157.08º | 0.4% | 0.87% | - |
| XYZ | 44.87 | 60.86 | 56.96 | - |
| YUV | 191.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 222 | 188 | 0.40 | 0 | 0.15 | 0.13 | 157.08 | 0.57 | 0.7 |
| Hex | 85 | DE | BC | 28 | 0 | F | D | 9D | 39 | 46 |
| Octal | 205 | 336 | 274 | 50 | 0 | 17 | 15 | 235 | 71 | 106 |
| Binary | 10000101 | 11011110 | 10111100 | 101000 | 0 | 1111 | 1101 | 10011101 | 111001 | 1000110 |
Color Harmonies of #85DEBC
Complementary color
Monochromatic Colors of #85DEBC
Black with #85DEBC
Text Example
Text Example
White with #85DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DEBC; }
p { color: rgb(133,222,188); }
H1.HeaderClassName
{
color: #85DEBC;
}
.AnyTagClassName
{
color: #85DEBC;
}
</style>
background-color css
<style>
a { background-color: #85DEBC; }
a { background-color: rgb(133,222,188); }
div.DivClassName
{
background-color: #85DEBC;
}
.BgClassName
{
background-color: #85DEBC;
}
</style>
border-color css
<style>
span { border-color: #85DEBC; }
span { border-color: rgb(133,222,188); }
td.TdClassName
{
border-color: #85DEBC;
}
.TagClassName
{
border-color: #85DEBC;
}
</style>