Shades of Bermuda #89CDC9
Tints of Bermuda #89CDC9
RGB
CMYK
RGB Variations
Color information
#89CDC9 (or 0x89CDC9) is known color: Bermuda. HEX triplet: 89, CD and C9. RGB value is (137,205,201). Sum of RGB (Red+Green+Blue) = 137+205+201=543 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.23% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDC9 is #763236. Grayscale: #B8B8B8. Windows color (decimal): -7746103 or 13225353. OLE color: 13225353.
HSL color Cylindrical-coordinate representation of color #89CDC9: hue angle of 176.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CDC9 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 201 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.20 |
| HSL | 176.47º | 0.4% | 0.67% | - |
| HSV(B) | 176.47º | 0.33% | 0.8% | - |
| XYZ | 42.69 | 53.2 | 63.28 | - |
| YUV | 184.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 201 | 0.33 | 0 | 0.02 | 0.20 | 176.47 | 0.4 | 0.67 |
| Hex | 89 | CD | C9 | 21 | 0 | 2 | 14 | B0 | 28 | 43 |
| Octal | 211 | 315 | 311 | 41 | 0 | 2 | 24 | 260 | 50 | 103 |
| Binary | 10001001 | 11001101 | 11001001 | 100001 | 0 | 10 | 10100 | 10110000 | 101000 | 1000011 |
Color Harmonies of #89CDC9
Complementary color
Monochromatic Colors of #89CDC9
Black with #89CDC9
Text Example
Text Example
White with #89CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDC9; }
p { color: rgb(137,205,201); }
H1.HeaderClassName
{
color: #89CDC9;
}
.AnyTagClassName
{
color: #89CDC9;
}
</style>
background-color css
<style>
a { background-color: #89CDC9; }
a { background-color: rgb(137,205,201); }
div.DivClassName
{
background-color: #89CDC9;
}
.BgClassName
{
background-color: #89CDC9;
}
</style>
border-color css
<style>
span { border-color: #89CDC9; }
span { border-color: rgb(137,205,201); }
td.TdClassName
{
border-color: #89CDC9;
}
.TagClassName
{
border-color: #89CDC9;
}
</style>