Shades of Bermuda #8CCDC1
Tints of Bermuda #8CCDC1
RGB
CMYK
RGB Variations
Color information
#8CCDC1 (or 0x8CCDC1) is known color: Bermuda. HEX triplet: 8C, CD and C1. RGB value is (140,205,193). Sum of RGB (Red+Green+Blue) = 140+205+193=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDC1 is #73323E. Grayscale: #B8B8B8. Windows color (decimal): -7549503 or 12701068. OLE color: 12701068.
HSL color Cylindrical-coordinate representation of color #8CCDC1: hue angle of 168.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDC1 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 193 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.20 |
| HSL | 168.92º | 0.39% | 0.68% | - |
| HSV(B) | 168.92º | 0.32% | 0.8% | - |
| XYZ | 42.27 | 53.09 | 58.47 | - |
| YUV | 184.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 193 | 0.32 | 0 | 0.06 | 0.20 | 168.92 | 0.39 | 0.68 |
| Hex | 8C | CD | C1 | 20 | 0 | 6 | 14 | A9 | 27 | 44 |
| Octal | 214 | 315 | 301 | 40 | 0 | 6 | 24 | 251 | 47 | 104 |
| Binary | 10001100 | 11001101 | 11000001 | 100000 | 0 | 110 | 10100 | 10101001 | 100111 | 1000100 |
Color Harmonies of #8CCDC1
Complementary color
Monochromatic Colors of #8CCDC1
Black with #8CCDC1
Text Example
Text Example
White with #8CCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDC1; }
p { color: rgb(140,205,193); }
H1.HeaderClassName
{
color: #8CCDC1;
}
.AnyTagClassName
{
color: #8CCDC1;
}
</style>
background-color css
<style>
a { background-color: #8CCDC1; }
a { background-color: rgb(140,205,193); }
div.DivClassName
{
background-color: #8CCDC1;
}
.BgClassName
{
background-color: #8CCDC1;
}
</style>
border-color css
<style>
span { border-color: #8CCDC1; }
span { border-color: rgb(140,205,193); }
td.TdClassName
{
border-color: #8CCDC1;
}
.TagClassName
{
border-color: #8CCDC1;
}
</style>