Shades of Bermuda #8FCFC6
Tints of Bermuda #8FCFC6
RGB
CMYK
RGB Variations
Color information
#8FCFC6 (or 0x8FCFC6) is known color: Bermuda. HEX triplet: 8F, CF and C6. RGB value is (143,207,198). Sum of RGB (Red+Green+Blue) = 143+207+198=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFC6 is #703039. Grayscale: #BABABA. Windows color (decimal): -7352378 or 13029263. OLE color: 13029263.
HSL color Cylindrical-coordinate representation of color #8FCFC6: hue angle of 171.56º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFC6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 198 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.19 |
| HSL | 171.56º | 0.4% | 0.69% | - |
| HSV(B) | 171.56º | 0.31% | 0.81% | - |
| XYZ | 43.83 | 54.54 | 61.64 | - |
| YUV | 186.84 | 134.3 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 198 | 0.31 | 0 | 0.04 | 0.19 | 171.56 | 0.4 | 0.69 |
| Hex | 8F | CF | C6 | 1F | 0 | 4 | 13 | AC | 28 | 45 |
| Octal | 217 | 317 | 306 | 37 | 0 | 4 | 23 | 254 | 50 | 105 |
| Binary | 10001111 | 11001111 | 11000110 | 11111 | 0 | 100 | 10011 | 10101100 | 101000 | 1000101 |
Color Harmonies of #8FCFC6
Complementary color
Monochromatic Colors of #8FCFC6
Black with #8FCFC6
Text Example
Text Example
White with #8FCFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFC6; }
p { color: rgb(143,207,198); }
H1.HeaderClassName
{
color: #8FCFC6;
}
.AnyTagClassName
{
color: #8FCFC6;
}
</style>
background-color css
<style>
a { background-color: #8FCFC6; }
a { background-color: rgb(143,207,198); }
div.DivClassName
{
background-color: #8FCFC6;
}
.BgClassName
{
background-color: #8FCFC6;
}
</style>
border-color css
<style>
span { border-color: #8FCFC6; }
span { border-color: rgb(143,207,198); }
td.TdClassName
{
border-color: #8FCFC6;
}
.TagClassName
{
border-color: #8FCFC6;
}
</style>