Shades of Bermuda #88DBBC
Tints of Bermuda #88DBBC
RGB
CMYK
RGB Variations
Color information
#88DBBC (or 0x88DBBC) is known color: Bermuda. HEX triplet: 88, DB and BC. RGB value is (136,219,188). Sum of RGB (Red+Green+Blue) = 136+219+188=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBBC is #772443. Grayscale: #BEBEBE. Windows color (decimal): -7808068 or 12376968. OLE color: 12376968.
HSL color Cylindrical-coordinate representation of color #88DBBC: hue angle of 157.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBBC is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 188 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.14 |
| HSL | 157.59º | 0.54% | 0.7% | - |
| HSV(B) | 157.59º | 0.38% | 0.86% | - |
| XYZ | 44.56 | 59.53 | 56.72 | - |
| YUV | 190.65 | 126.5 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 188 | 0.38 | 0 | 0.14 | 0.14 | 157.59 | 0.54 | 0.7 |
| Hex | 88 | DB | BC | 26 | 0 | E | E | 9E | 36 | 46 |
| Octal | 210 | 333 | 274 | 46 | 0 | 16 | 16 | 236 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10111100 | 100110 | 0 | 1110 | 1110 | 10011110 | 110110 | 1000110 |
Color Harmonies of #88DBBC
Complementary color
Monochromatic Colors of #88DBBC
Black with #88DBBC
Text Example
Text Example
White with #88DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBBC; }
p { color: rgb(136,219,188); }
H1.HeaderClassName
{
color: #88DBBC;
}
.AnyTagClassName
{
color: #88DBBC;
}
</style>
background-color css
<style>
a { background-color: #88DBBC; }
a { background-color: rgb(136,219,188); }
div.DivClassName
{
background-color: #88DBBC;
}
.BgClassName
{
background-color: #88DBBC;
}
</style>
border-color css
<style>
span { border-color: #88DBBC; }
span { border-color: rgb(136,219,188); }
td.TdClassName
{
border-color: #88DBBC;
}
.TagClassName
{
border-color: #88DBBC;
}
</style>