Shades of Bermuda #8BDBBB
Tints of Bermuda #8BDBBB
RGB
CMYK
RGB Variations
Color information
#8BDBBB (or 0x8BDBBB) is known color: Bermuda. HEX triplet: 8B, DB and BB. RGB value is (139,219,187). Sum of RGB (Red+Green+Blue) = 139+219+187=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBBB is #742444. Grayscale: #BFBFBF. Windows color (decimal): -7611461 or 12311435. OLE color: 12311435.
HSL color Cylindrical-coordinate representation of color #8BDBBB: hue angle of 156º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDBBB is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 187 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.14 |
| HSL | 156º | 0.53% | 0.7% | - |
| HSV(B) | 156º | 0.37% | 0.86% | - |
| XYZ | 44.95 | 59.74 | 56.18 | - |
| YUV | 191.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 187 | 0.37 | 0 | 0.15 | 0.14 | 156 | 0.53 | 0.7 |
| Hex | 8B | DB | BB | 25 | 0 | F | E | 9C | 35 | 46 |
| Octal | 213 | 333 | 273 | 45 | 0 | 17 | 16 | 234 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10111011 | 100101 | 0 | 1111 | 1110 | 10011100 | 110101 | 1000110 |
Color Harmonies of #8BDBBB
Complementary color
Monochromatic Colors of #8BDBBB
Black with #8BDBBB
Text Example
Text Example
White with #8BDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBBB; }
p { color: rgb(139,219,187); }
H1.HeaderClassName
{
color: #8BDBBB;
}
.AnyTagClassName
{
color: #8BDBBB;
}
</style>
background-color css
<style>
a { background-color: #8BDBBB; }
a { background-color: rgb(139,219,187); }
div.DivClassName
{
background-color: #8BDBBB;
}
.BgClassName
{
background-color: #8BDBBB;
}
</style>
border-color css
<style>
span { border-color: #8BDBBB; }
span { border-color: rgb(139,219,187); }
td.TdClassName
{
border-color: #8BDBBB;
}
.TagClassName
{
border-color: #8BDBBB;
}
</style>