Shades of Bermuda #85DBC0
Tints of Bermuda #85DBC0
RGB
CMYK
RGB Variations
Color information
#85DBC0 (or 0x85DBC0) is known color: Bermuda. HEX triplet: 85, DB and C0. RGB value is (133,219,192). Sum of RGB (Red+Green+Blue) = 133+219+192=544 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.45% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBC0 is #7A243F. Grayscale: #BEBEBE. Windows color (decimal): -8004672 or 12639109. OLE color: 12639109.
HSL color Cylindrical-coordinate representation of color #85DBC0: hue angle of 161.16º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBC0 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 192 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.14 |
| HSL | 161.16º | 0.54% | 0.69% | - |
| HSV(B) | 161.16º | 0.39% | 0.86% | - |
| XYZ | 44.52 | 59.46 | 59 | - |
| YUV | 190.21 | 129.01 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 192 | 0.39 | 0 | 0.12 | 0.14 | 161.16 | 0.54 | 0.69 |
| Hex | 85 | DB | C0 | 27 | 0 | C | E | A1 | 36 | 45 |
| Octal | 205 | 333 | 300 | 47 | 0 | 14 | 16 | 241 | 66 | 105 |
| Binary | 10000101 | 11011011 | 11000000 | 100111 | 0 | 1100 | 1110 | 10100001 | 110110 | 1000101 |
Color Harmonies of #85DBC0
Complementary color
Monochromatic Colors of #85DBC0
Black with #85DBC0
Text Example
Text Example
White with #85DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBC0; }
p { color: rgb(133,219,192); }
H1.HeaderClassName
{
color: #85DBC0;
}
.AnyTagClassName
{
color: #85DBC0;
}
</style>
background-color css
<style>
a { background-color: #85DBC0; }
a { background-color: rgb(133,219,192); }
div.DivClassName
{
background-color: #85DBC0;
}
.BgClassName
{
background-color: #85DBC0;
}
</style>
border-color css
<style>
span { border-color: #85DBC0; }
span { border-color: rgb(133,219,192); }
td.TdClassName
{
border-color: #85DBC0;
}
.TagClassName
{
border-color: #85DBC0;
}
</style>