Shades of Bermuda #85DBBE
Tints of Bermuda #85DBBE
RGB
CMYK
RGB Variations
Color information
#85DBBE (or 0x85DBBE) is known color: Bermuda. HEX triplet: 85, DB and BE. RGB value is (133,219,190). Sum of RGB (Red+Green+Blue) = 133+219+190=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBBE is #7A2441. Grayscale: #BEBEBE. Windows color (decimal): -8004674 or 12508037. OLE color: 12508037.
HSL color Cylindrical-coordinate representation of color #85DBBE: hue angle of 159.77º 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 #85DBBE is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 219 | 190 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.14 |
| HSL | 159.77º | 0.54% | 0.69% | - |
| HSV(B) | 159.77º | 0.39% | 0.86% | - |
| XYZ | 44.3 | 59.37 | 57.84 | - |
| YUV | 189.98 | 128.01 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 219 | 190 | 0.39 | 0 | 0.13 | 0.14 | 159.77 | 0.54 | 0.69 |
| Hex | 85 | DB | BE | 27 | 0 | D | E | A0 | 36 | 45 |
| Octal | 205 | 333 | 276 | 47 | 0 | 15 | 16 | 240 | 66 | 105 |
| Binary | 10000101 | 11011011 | 10111110 | 100111 | 0 | 1101 | 1110 | 10100000 | 110110 | 1000101 |
Color Harmonies of #85DBBE
Complementary color
Monochromatic Colors of #85DBBE
Black with #85DBBE
Text Example
Text Example
White with #85DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DBBE; }
p { color: rgb(133,219,190); }
H1.HeaderClassName
{
color: #85DBBE;
}
.AnyTagClassName
{
color: #85DBBE;
}
</style>
background-color css
<style>
a { background-color: #85DBBE; }
a { background-color: rgb(133,219,190); }
div.DivClassName
{
background-color: #85DBBE;
}
.BgClassName
{
background-color: #85DBBE;
}
</style>
border-color css
<style>
span { border-color: #85DBBE; }
span { border-color: rgb(133,219,190); }
td.TdClassName
{
border-color: #85DBBE;
}
.TagClassName
{
border-color: #85DBBE;
}
</style>