Shades of Bermuda #89CBC9
Tints of Bermuda #89CBC9
RGB
CMYK
RGB Variations
Color information
#89CBC9 (or 0x89CBC9) is known color: Bermuda. HEX triplet: 89, CB and C9. RGB value is (137,203,201). Sum of RGB (Red+Green+Blue) = 137+203+201=541 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.32% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 203 - color contains mainly: green. Hex color #89CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBC9 is #763436. Grayscale: #B6B6B6. Windows color (decimal): -7746615 or 13224841. OLE color: 13224841.
HSL color Cylindrical-coordinate representation of color #89CBC9: hue angle of 178.18º degrees, saturation: 0.39, 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 #89CBC9 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 203 | 201 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.20 |
| HSL | 178.18º | 0.39% | 0.67% | - |
| HSV(B) | 178.18º | 0.33% | 0.8% | - |
| XYZ | 42.22 | 52.25 | 63.12 | - |
| YUV | 183.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 201 | 0.33 | 0 | 0.01 | 0.20 | 178.18 | 0.39 | 0.67 |
| Hex | 89 | CB | C9 | 21 | 0 | 1 | 14 | B2 | 27 | 43 |
| Octal | 211 | 313 | 311 | 41 | 0 | 1 | 24 | 262 | 47 | 103 |
| Binary | 10001001 | 11001011 | 11001001 | 100001 | 0 | 1 | 10100 | 10110010 | 100111 | 1000011 |
Color Harmonies of #89CBC9
Complementary color
Monochromatic Colors of #89CBC9
Black with #89CBC9
Text Example
Text Example
White with #89CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBC9; }
p { color: rgb(137,203,201); }
H1.HeaderClassName
{
color: #89CBC9;
}
.AnyTagClassName
{
color: #89CBC9;
}
</style>
background-color css
<style>
a { background-color: #89CBC9; }
a { background-color: rgb(137,203,201); }
div.DivClassName
{
background-color: #89CBC9;
}
.BgClassName
{
background-color: #89CBC9;
}
</style>
border-color css
<style>
span { border-color: #89CBC9; }
span { border-color: rgb(137,203,201); }
td.TdClassName
{
border-color: #89CBC9;
}
.TagClassName
{
border-color: #89CBC9;
}
</style>