Shades of Bermuda #8BDBBF
Tints of Bermuda #8BDBBF
RGB
CMYK
RGB Variations
Color information
#8BDBBF (or 0x8BDBBF) is known color: Bermuda. HEX triplet: 8B, DB and BF. RGB value is (139,219,191). Sum of RGB (Red+Green+Blue) = 139+219+191=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDBBF is #742440. Grayscale: #BFBFBF. Windows color (decimal): -7611457 or 12573579. OLE color: 12573579.
HSL color Cylindrical-coordinate representation of color #8BDBBF: hue angle of 159º 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 #8BDBBF is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 191 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.14 |
| HSL | 159º | 0.53% | 0.7% | - |
| HSV(B) | 159º | 0.37% | 0.86% | - |
| XYZ | 45.38 | 59.91 | 58.46 | - |
| YUV | 191.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 191 | 0.37 | 0 | 0.13 | 0.14 | 159 | 0.53 | 0.7 |
| Hex | 8B | DB | BF | 25 | 0 | D | E | 9F | 35 | 46 |
| Octal | 213 | 333 | 277 | 45 | 0 | 15 | 16 | 237 | 65 | 106 |
| Binary | 10001011 | 11011011 | 10111111 | 100101 | 0 | 1101 | 1110 | 10011111 | 110101 | 1000110 |
Color Harmonies of #8BDBBF
Complementary color
Monochromatic Colors of #8BDBBF
Black with #8BDBBF
Text Example
Text Example
White with #8BDBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBBF; }
p { color: rgb(139,219,191); }
H1.HeaderClassName
{
color: #8BDBBF;
}
.AnyTagClassName
{
color: #8BDBBF;
}
</style>
background-color css
<style>
a { background-color: #8BDBBF; }
a { background-color: rgb(139,219,191); }
div.DivClassName
{
background-color: #8BDBBF;
}
.BgClassName
{
background-color: #8BDBBF;
}
</style>
border-color css
<style>
span { border-color: #8BDBBF; }
span { border-color: rgb(139,219,191); }
td.TdClassName
{
border-color: #8BDBBF;
}
.TagClassName
{
border-color: #8BDBBF;
}
</style>