Shades of Bermuda #8BCBBF
Tints of Bermuda #8BCBBF
RGB
CMYK
RGB Variations
Color information
#8BCBBF (or 0x8BCBBF) is known color: Bermuda. HEX triplet: 8B, CB and BF. RGB value is (139,203,191). Sum of RGB (Red+Green+Blue) = 139+203+191=533 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.08% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #8BCBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCBBF is #743440. Grayscale: #B6B6B6. Windows color (decimal): -7615553 or 12569483. OLE color: 12569483.
HSL color Cylindrical-coordinate representation of color #8BCBBF: hue angle of 168.75º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BCBBF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 203 | 191 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.20 |
| HSL | 168.75º | 0.38% | 0.67% | - |
| HSV(B) | 168.75º | 0.32% | 0.8% | - |
| XYZ | 41.41 | 51.96 | 57.14 | - |
| YUV | 182.5 | 132.8 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 203 | 191 | 0.32 | 0 | 0.06 | 0.20 | 168.75 | 0.38 | 0.67 |
| Hex | 8B | CB | BF | 20 | 0 | 6 | 14 | A9 | 26 | 43 |
| Octal | 213 | 313 | 277 | 40 | 0 | 6 | 24 | 251 | 46 | 103 |
| Binary | 10001011 | 11001011 | 10111111 | 100000 | 0 | 110 | 10100 | 10101001 | 100110 | 1000011 |
Color Harmonies of #8BCBBF
Complementary color
Monochromatic Colors of #8BCBBF
Black with #8BCBBF
Text Example
Text Example
White with #8BCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCBBF; }
p { color: rgb(139,203,191); }
H1.HeaderClassName
{
color: #8BCBBF;
}
.AnyTagClassName
{
color: #8BCBBF;
}
</style>
background-color css
<style>
a { background-color: #8BCBBF; }
a { background-color: rgb(139,203,191); }
div.DivClassName
{
background-color: #8BCBBF;
}
.BgClassName
{
background-color: #8BCBBF;
}
</style>
border-color css
<style>
span { border-color: #8BCBBF; }
span { border-color: rgb(139,203,191); }
td.TdClassName
{
border-color: #8BCBBF;
}
.TagClassName
{
border-color: #8BCBBF;
}
</style>