Shades of Bermuda #89CEBF
Tints of Bermuda #89CEBF
RGB
CMYK
RGB Variations
Color information
#89CEBF (or 0x89CEBF) is known color: Bermuda. HEX triplet: 89, CE and BF. RGB value is (137,206,191). Sum of RGB (Red+Green+Blue) = 137+206+191=534 (70% of max value = 765). Red value is 137 (53.91% from 255 or 25.66% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEBF is #763140. Grayscale: #B7B7B7. Windows color (decimal): -7745857 or 12570249. OLE color: 12570249.
HSL color Cylindrical-coordinate representation of color #89CEBF: hue angle of 166.96º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89CEBF is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 191 | - |
| CMYK | 0.33 | 0 | 0.07 | 0.19 |
| HSL | 166.96º | 0.41% | 0.67% | - |
| HSV(B) | 166.96º | 0.33% | 0.81% | - |
| XYZ | 41.79 | 53.22 | 57.36 | - |
| YUV | 183.66 | 132.14 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 191 | 0.33 | 0 | 0.07 | 0.19 | 166.96 | 0.41 | 0.67 |
| Hex | 89 | CE | BF | 21 | 0 | 7 | 13 | A7 | 29 | 43 |
| Octal | 211 | 316 | 277 | 41 | 0 | 7 | 23 | 247 | 51 | 103 |
| Binary | 10001001 | 11001110 | 10111111 | 100001 | 0 | 111 | 10011 | 10100111 | 101001 | 1000011 |
Color Harmonies of #89CEBF
Complementary color
Monochromatic Colors of #89CEBF
Black with #89CEBF
Text Example
Text Example
White with #89CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEBF; }
p { color: rgb(137,206,191); }
H1.HeaderClassName
{
color: #89CEBF;
}
.AnyTagClassName
{
color: #89CEBF;
}
</style>
background-color css
<style>
a { background-color: #89CEBF; }
a { background-color: rgb(137,206,191); }
div.DivClassName
{
background-color: #89CEBF;
}
.BgClassName
{
background-color: #89CEBF;
}
</style>
border-color css
<style>
span { border-color: #89CEBF; }
span { border-color: rgb(137,206,191); }
td.TdClassName
{
border-color: #89CEBF;
}
.TagClassName
{
border-color: #89CEBF;
}
</style>