Shades of Bermuda #89CEC7
Tints of Bermuda #89CEC7
RGB
CMYK
RGB Variations
Color information
#89CEC7 (or 0x89CEC7) is known color: Bermuda. HEX triplet: 89, CE and C7. RGB value is (137,206,199). Sum of RGB (Red+Green+Blue) = 137+206+199=542 (71% of max value = 765). Red value is 137 (53.91% from 255 or 25.28% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 206 - color contains mainly: green. Hex color #89CEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CEC7 is #763138. Grayscale: #B8B8B8. Windows color (decimal): -7745849 or 13094537. OLE color: 13094537.
HSL color Cylindrical-coordinate representation of color #89CEC7: hue angle of 173.91º 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 #89CEC7 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 206 | 199 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.19 |
| HSL | 173.91º | 0.41% | 0.67% | - |
| HSV(B) | 173.91º | 0.33% | 0.81% | - |
| XYZ | 42.7 | 53.58 | 62.13 | - |
| YUV | 184.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 206 | 199 | 0.33 | 0 | 0.03 | 0.19 | 173.91 | 0.41 | 0.67 |
| Hex | 89 | CE | C7 | 21 | 0 | 3 | 13 | AE | 29 | 43 |
| Octal | 211 | 316 | 307 | 41 | 0 | 3 | 23 | 256 | 51 | 103 |
| Binary | 10001001 | 11001110 | 11000111 | 100001 | 0 | 11 | 10011 | 10101110 | 101001 | 1000011 |
Color Harmonies of #89CEC7
Complementary color
Monochromatic Colors of #89CEC7
Black with #89CEC7
Text Example
Text Example
White with #89CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CEC7; }
p { color: rgb(137,206,199); }
H1.HeaderClassName
{
color: #89CEC7;
}
.AnyTagClassName
{
color: #89CEC7;
}
</style>
background-color css
<style>
a { background-color: #89CEC7; }
a { background-color: rgb(137,206,199); }
div.DivClassName
{
background-color: #89CEC7;
}
.BgClassName
{
background-color: #89CEC7;
}
</style>
border-color css
<style>
span { border-color: #89CEC7; }
span { border-color: rgb(137,206,199); }
td.TdClassName
{
border-color: #89CEC7;
}
.TagClassName
{
border-color: #89CEC7;
}
</style>