Shades of Bermuda #8FC9C7
Tints of Bermuda #8FC9C7
RGB
CMYK
RGB Variations
Color information
#8FC9C7 (or 0x8FC9C7) is known color: Bermuda. HEX triplet: 8F, C9 and C7. RGB value is (143,201,199). Sum of RGB (Red+Green+Blue) = 143+201+199=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC9C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC9C7 is #703638. Grayscale: #B7B7B7. Windows color (decimal): -7353913 or 13093263. OLE color: 13093263.
HSL color Cylindrical-coordinate representation of color #8FC9C7: hue angle of 177.93º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC9C7 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 199 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.21 |
| HSL | 177.93º | 0.35% | 0.67% | - |
| HSV(B) | 177.93º | 0.29% | 0.79% | - |
| XYZ | 42.52 | 51.74 | 61.78 | - |
| YUV | 183.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 199 | 0.29 | 0 | 0.01 | 0.21 | 177.93 | 0.35 | 0.67 |
| Hex | 8F | C9 | C7 | 1D | 0 | 1 | 15 | B2 | 23 | 43 |
| Octal | 217 | 311 | 307 | 35 | 0 | 1 | 25 | 262 | 43 | 103 |
| Binary | 10001111 | 11001001 | 11000111 | 11101 | 0 | 1 | 10101 | 10110010 | 100011 | 1000011 |
Color Harmonies of #8FC9C7
Complementary color
Monochromatic Colors of #8FC9C7
Black with #8FC9C7
Text Example
Text Example
White with #8FC9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC9C7; }
p { color: rgb(143,201,199); }
H1.HeaderClassName
{
color: #8FC9C7;
}
.AnyTagClassName
{
color: #8FC9C7;
}
</style>
background-color css
<style>
a { background-color: #8FC9C7; }
a { background-color: rgb(143,201,199); }
div.DivClassName
{
background-color: #8FC9C7;
}
.BgClassName
{
background-color: #8FC9C7;
}
</style>
border-color css
<style>
span { border-color: #8FC9C7; }
span { border-color: rgb(143,201,199); }
td.TdClassName
{
border-color: #8FC9C7;
}
.TagClassName
{
border-color: #8FC9C7;
}
</style>