Shades of Bermuda #89CDC8
Tints of Bermuda #89CDC8
RGB
CMYK
RGB Variations
Color information
#89CDC8 (or 0x89CDC8) is known color: Bermuda. HEX triplet: 89, CD and C8. RGB value is (137,205,200). Sum of RGB (Red+Green+Blue) = 137+205+200=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #89CDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CDC8 is #763237. Grayscale: #B8B8B8. Windows color (decimal): -7746104 or 13159817. OLE color: 13159817.
HSL color Cylindrical-coordinate representation of color #89CDC8: hue angle of 175.59º 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 #89CDC8 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 205 | 200 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.20 |
| HSL | 175.59º | 0.4% | 0.67% | - |
| HSV(B) | 175.59º | 0.33% | 0.8% | - |
| XYZ | 42.57 | 53.15 | 62.66 | - |
| YUV | 184.1 | 136.97 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 205 | 200 | 0.33 | 0 | 0.02 | 0.20 | 175.59 | 0.4 | 0.67 |
| Hex | 89 | CD | C8 | 21 | 0 | 2 | 14 | B0 | 28 | 43 |
| Octal | 211 | 315 | 310 | 41 | 0 | 2 | 24 | 260 | 50 | 103 |
| Binary | 10001001 | 11001101 | 11001000 | 100001 | 0 | 10 | 10100 | 10110000 | 101000 | 1000011 |
Color Harmonies of #89CDC8
Complementary color
Monochromatic Colors of #89CDC8
Black with #89CDC8
Text Example
Text Example
White with #89CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CDC8; }
p { color: rgb(137,205,200); }
H1.HeaderClassName
{
color: #89CDC8;
}
.AnyTagClassName
{
color: #89CDC8;
}
</style>
background-color css
<style>
a { background-color: #89CDC8; }
a { background-color: rgb(137,205,200); }
div.DivClassName
{
background-color: #89CDC8;
}
.BgClassName
{
background-color: #89CDC8;
}
</style>
border-color css
<style>
span { border-color: #89CDC8; }
span { border-color: rgb(137,205,200); }
td.TdClassName
{
border-color: #89CDC8;
}
.TagClassName
{
border-color: #89CDC8;
}
</style>