Shades of Bermuda #89CCC9
Tints of Bermuda #89CCC9
RGB
CMYK
RGB Variations
Color information
#89CCC9 (or 0x89CCC9) is known color: Bermuda. HEX triplet: 89, CC and C9. RGB value is (137,204,201). Sum of RGB (Red+Green+Blue) = 137+204+201=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #89CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CCC9 is #763336. Grayscale: #B7B7B7. Windows color (decimal): -7746359 or 13225097. OLE color: 13225097.
HSL color Cylindrical-coordinate representation of color #89CCC9: hue angle of 177.31º 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 #89CCC9 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 204 | 201 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.2 |
| HSL | 177.31º | 0.4% | 0.67% | - |
| HSV(B) | 177.31º | 0.33% | 0.8% | - |
| XYZ | 42.45 | 52.72 | 63.2 | - |
| YUV | 183.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 204 | 201 | 0.33 | 0 | 0.01 | 0.2 | 177.31 | 0.4 | 0.67 |
| Hex | 89 | CC | C9 | 21 | 0 | 1 | 14 | B1 | 28 | 43 |
| Octal | 211 | 314 | 311 | 41 | 0 | 1 | 24 | 261 | 50 | 103 |
| Binary | 10001001 | 11001100 | 11001001 | 100001 | 0 | 1 | 10100 | 10110001 | 101000 | 1000011 |
Color Harmonies of #89CCC9
Complementary color
Monochromatic Colors of #89CCC9
Black with #89CCC9
Text Example
Text Example
White with #89CCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CCC9; }
p { color: rgb(137,204,201); }
H1.HeaderClassName
{
color: #89CCC9;
}
.AnyTagClassName
{
color: #89CCC9;
}
</style>
background-color css
<style>
a { background-color: #89CCC9; }
a { background-color: rgb(137,204,201); }
div.DivClassName
{
background-color: #89CCC9;
}
.BgClassName
{
background-color: #89CCC9;
}
</style>
border-color css
<style>
span { border-color: #89CCC9; }
span { border-color: rgb(137,204,201); }
td.TdClassName
{
border-color: #89CCC9;
}
.TagClassName
{
border-color: #89CCC9;
}
</style>