Shades of Bermuda #8FCBBB
Tints of Bermuda #8FCBBB
RGB
CMYK
RGB Variations
Color information
#8FCBBB (or 0x8FCBBB) is known color: Bermuda. HEX triplet: 8F, CB and BB. RGB value is (143,203,187). Sum of RGB (Red+Green+Blue) = 143+203+187=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBBB is #703444. Grayscale: #B7B7B7. Windows color (decimal): -7353413 or 12307343. OLE color: 12307343.
HSL color Cylindrical-coordinate representation of color #8FCBBB: hue angle of 164º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCBBB is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 187 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.20 |
| HSL | 164º | 0.37% | 0.68% | - |
| HSV(B) | 164º | 0.3% | 0.8% | - |
| XYZ | 41.65 | 52.14 | 54.88 | - |
| YUV | 183.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 187 | 0.30 | 0 | 0.08 | 0.20 | 164 | 0.37 | 0.68 |
| Hex | 8F | CB | BB | 1E | 0 | 8 | 14 | A4 | 25 | 44 |
| Octal | 217 | 313 | 273 | 36 | 0 | 10 | 24 | 244 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10111011 | 11110 | 0 | 1000 | 10100 | 10100100 | 100101 | 1000100 |
Color Harmonies of #8FCBBB
Complementary color
Monochromatic Colors of #8FCBBB
Black with #8FCBBB
Text Example
Text Example
White with #8FCBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBBB; }
p { color: rgb(143,203,187); }
H1.HeaderClassName
{
color: #8FCBBB;
}
.AnyTagClassName
{
color: #8FCBBB;
}
</style>
background-color css
<style>
a { background-color: #8FCBBB; }
a { background-color: rgb(143,203,187); }
div.DivClassName
{
background-color: #8FCBBB;
}
.BgClassName
{
background-color: #8FCBBB;
}
</style>
border-color css
<style>
span { border-color: #8FCBBB; }
span { border-color: rgb(143,203,187); }
td.TdClassName
{
border-color: #8FCBBB;
}
.TagClassName
{
border-color: #8FCBBB;
}
</style>