Shades of Bermuda #8FCBC6
Tints of Bermuda #8FCBC6
RGB
CMYK
RGB Variations
Color information
#8FCBC6 (or 0x8FCBC6) is known color: Bermuda. HEX triplet: 8F, CB and C6. RGB value is (143,203,198). Sum of RGB (Red+Green+Blue) = 143+203+198=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBC6 is #703439. Grayscale: #B8B8B8. Windows color (decimal): -7353402 or 13028239. OLE color: 13028239.
HSL color Cylindrical-coordinate representation of color #8FCBC6: hue angle of 175º 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 #8FCBC6 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 198 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.20 |
| HSL | 175º | 0.37% | 0.68% | - |
| HSV(B) | 175º | 0.3% | 0.8% | - |
| XYZ | 42.88 | 52.63 | 61.32 | - |
| YUV | 184.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 198 | 0.30 | 0 | 0.02 | 0.20 | 175 | 0.37 | 0.68 |
| Hex | 8F | CB | C6 | 1E | 0 | 2 | 14 | AF | 25 | 44 |
| Octal | 217 | 313 | 306 | 36 | 0 | 2 | 24 | 257 | 45 | 104 |
| Binary | 10001111 | 11001011 | 11000110 | 11110 | 0 | 10 | 10100 | 10101111 | 100101 | 1000100 |
Color Harmonies of #8FCBC6
Complementary color
Monochromatic Colors of #8FCBC6
Black with #8FCBC6
Text Example
Text Example
White with #8FCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBC6; }
p { color: rgb(143,203,198); }
H1.HeaderClassName
{
color: #8FCBC6;
}
.AnyTagClassName
{
color: #8FCBC6;
}
</style>
background-color css
<style>
a { background-color: #8FCBC6; }
a { background-color: rgb(143,203,198); }
div.DivClassName
{
background-color: #8FCBC6;
}
.BgClassName
{
background-color: #8FCBC6;
}
</style>
border-color css
<style>
span { border-color: #8FCBC6; }
span { border-color: rgb(143,203,198); }
td.TdClassName
{
border-color: #8FCBC6;
}
.TagClassName
{
border-color: #8FCBC6;
}
</style>