Shades of Bermuda #8DCCC9
Tints of Bermuda #8DCCC9
RGB
CMYK
RGB Variations
Color information
#8DCCC9 (or 0x8DCCC9) is known color: Bermuda. HEX triplet: 8D, CC and C9. RGB value is (141,204,201). Sum of RGB (Red+Green+Blue) = 141+204+201=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCCC9 is #723336. Grayscale: #B8B8B8. Windows color (decimal): -7484215 or 13225101. OLE color: 13225101.
HSL color Cylindrical-coordinate representation of color #8DCCC9: hue angle of 177.14º degrees, saturation: 0.38, 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 #8DCCC9 is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 204 | 201 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.2 |
| HSL | 177.14º | 0.38% | 0.68% | - |
| HSV(B) | 177.14º | 0.31% | 0.8% | - |
| XYZ | 43.12 | 53.07 | 63.23 | - |
| YUV | 184.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 204 | 201 | 0.31 | 0 | 0.01 | 0.2 | 177.14 | 0.38 | 0.68 |
| Hex | 8D | CC | C9 | 1F | 0 | 1 | 14 | B1 | 26 | 44 |
| Octal | 215 | 314 | 311 | 37 | 0 | 1 | 24 | 261 | 46 | 104 |
| Binary | 10001101 | 11001100 | 11001001 | 11111 | 0 | 1 | 10100 | 10110001 | 100110 | 1000100 |
Color Harmonies of #8DCCC9
Complementary color
Monochromatic Colors of #8DCCC9
Black with #8DCCC9
Text Example
Text Example
White with #8DCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCCC9; }
p { color: rgb(141,204,201); }
H1.HeaderClassName
{
color: #8DCCC9;
}
.AnyTagClassName
{
color: #8DCCC9;
}
</style>
background-color css
<style>
a { background-color: #8DCCC9; }
a { background-color: rgb(141,204,201); }
div.DivClassName
{
background-color: #8DCCC9;
}
.BgClassName
{
background-color: #8DCCC9;
}
</style>
border-color css
<style>
span { border-color: #8DCCC9; }
span { border-color: rgb(141,204,201); }
td.TdClassName
{
border-color: #8DCCC9;
}
.TagClassName
{
border-color: #8DCCC9;
}
</style>