Shades of Bermuda #8DCDC8
Tints of Bermuda #8DCDC8
RGB
CMYK
RGB Variations
Color information
#8DCDC8 (or 0x8DCDC8) is known color: Bermuda. HEX triplet: 8D, CD and C8. RGB value is (141,205,200). Sum of RGB (Red+Green+Blue) = 141+205+200=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCDC8 is #723237. Grayscale: #B9B9B9. Windows color (decimal): -7483960 or 13159821. OLE color: 13159821.
HSL color Cylindrical-coordinate representation of color #8DCDC8: hue angle of 175.31º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCDC8 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 200 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.20 |
| HSL | 175.31º | 0.39% | 0.68% | - |
| HSV(B) | 175.31º | 0.31% | 0.8% | - |
| XYZ | 43.24 | 53.5 | 62.69 | - |
| YUV | 185.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 200 | 0.31 | 0 | 0.02 | 0.20 | 175.31 | 0.39 | 0.68 |
| Hex | 8D | CD | C8 | 1F | 0 | 2 | 14 | AF | 27 | 44 |
| Octal | 215 | 315 | 310 | 37 | 0 | 2 | 24 | 257 | 47 | 104 |
| Binary | 10001101 | 11001101 | 11001000 | 11111 | 0 | 10 | 10100 | 10101111 | 100111 | 1000100 |
Color Harmonies of #8DCDC8
Complementary color
Monochromatic Colors of #8DCDC8
Black with #8DCDC8
Text Example
Text Example
White with #8DCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDC8; }
p { color: rgb(141,205,200); }
H1.HeaderClassName
{
color: #8DCDC8;
}
.AnyTagClassName
{
color: #8DCDC8;
}
</style>
background-color css
<style>
a { background-color: #8DCDC8; }
a { background-color: rgb(141,205,200); }
div.DivClassName
{
background-color: #8DCDC8;
}
.BgClassName
{
background-color: #8DCDC8;
}
</style>
border-color css
<style>
span { border-color: #8DCDC8; }
span { border-color: rgb(141,205,200); }
td.TdClassName
{
border-color: #8DCDC8;
}
.TagClassName
{
border-color: #8DCDC8;
}
</style>