Shades of Bermuda #8FCDC8
Tints of Bermuda #8FCDC8
RGB
CMYK
RGB Variations
Color information
#8FCDC8 (or 0x8FCDC8) is known color: Bermuda. HEX triplet: 8F, CD and C8. RGB value is (143,205,200). Sum of RGB (Red+Green+Blue) = 143+205+200=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCDC8 is #703237. Grayscale: #B9B9B9. Windows color (decimal): -7352888 or 13159823. OLE color: 13159823.
HSL color Cylindrical-coordinate representation of color #8FCDC8: hue angle of 175.16º degrees, saturation: 0.38, 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 #8FCDC8 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 200 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.20 |
| HSL | 175.16º | 0.38% | 0.68% | - |
| HSV(B) | 175.16º | 0.3% | 0.8% | - |
| XYZ | 43.58 | 53.67 | 62.71 | - |
| YUV | 185.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 200 | 0.30 | 0 | 0.02 | 0.20 | 175.16 | 0.38 | 0.68 |
| Hex | 8F | CD | C8 | 1E | 0 | 2 | 14 | AF | 26 | 44 |
| Octal | 217 | 315 | 310 | 36 | 0 | 2 | 24 | 257 | 46 | 104 |
| Binary | 10001111 | 11001101 | 11001000 | 11110 | 0 | 10 | 10100 | 10101111 | 100110 | 1000100 |
Color Harmonies of #8FCDC8
Complementary color
Monochromatic Colors of #8FCDC8
Black with #8FCDC8
Text Example
Text Example
White with #8FCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCDC8; }
p { color: rgb(143,205,200); }
H1.HeaderClassName
{
color: #8FCDC8;
}
.AnyTagClassName
{
color: #8FCDC8;
}
</style>
background-color css
<style>
a { background-color: #8FCDC8; }
a { background-color: rgb(143,205,200); }
div.DivClassName
{
background-color: #8FCDC8;
}
.BgClassName
{
background-color: #8FCDC8;
}
</style>
border-color css
<style>
span { border-color: #8FCDC8; }
span { border-color: rgb(143,205,200); }
td.TdClassName
{
border-color: #8FCDC8;
}
.TagClassName
{
border-color: #8FCDC8;
}
</style>