Shades of Bermuda #85DBBB
Tints of Bermuda #85DBBB
RGB
CMYK
RGB Variations
Color information
#85DBBB (or 0x85DBBB) is known color: Bermuda. HEX triplet: 85, DB and BB. RGB value is (133,219,187). Sum of RGB (Red+Green+Blue) = 133+219+187=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBBB is #7A2444. Grayscale: #BDBDBD. Windows color (decimal): -8004677 or 12311429. OLE color: 12311429.
HSL color Cylindrical-coordinate representation of color #85DBBB: hue angle of 157.67º 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 #85DBBB is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 187 | - |
| CMYK | 0.39 | 0 | 0.15 | 0.14 |
| HSL | 157.67º | 0.54% | 0.69% | - |
| HSV(B) | 157.67º | 0.39% | 0.86% | - |
| XYZ | 43.97 | 59.24 | 56.13 | - |
| YUV | 189.64 | 126.51 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 187 | 0.39 | 0 | 0.15 | 0.14 | 157.67 | 0.54 | 0.69 |
| Hex | 85 | DB | BB | 27 | 0 | F | E | 9E | 36 | 45 |
| Octal | 205 | 333 | 273 | 47 | 0 | 17 | 16 | 236 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10111011 | 100111 | 0 | 1111 | 1110 | 10011110 | 110110 | 1000101 |
Color Harmonies of #85DBBB
Complementary color
Monochromatic Colors of #85DBBB
Black with #85DBBB
Text Example
Text Example
White with #85DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBBB; }
p { color: rgb(133,219,187); }
H1.HeaderClassName
{
color: #85DBBB;
}
.AnyTagClassName
{
color: #85DBBB;
}
</style>
background-color css
<style>
a { background-color: #85DBBB; }
a { background-color: rgb(133,219,187); }
div.DivClassName
{
background-color: #85DBBB;
}
.BgClassName
{
background-color: #85DBBB;
}
</style>
border-color css
<style>
span { border-color: #85DBBB; }
span { border-color: rgb(133,219,187); }
td.TdClassName
{
border-color: #85DBBB;
}
.TagClassName
{
border-color: #85DBBB;
}
</style>