Shades of Morning Glory #89CFCF
Tints of Morning Glory #89CFCF
RGB
CMYK
RGB Variations
Color information
#89CFCF (or 0x89CFCF) is known color: Morning Glory. HEX triplet: 89, CF and CF. RGB value is (137,207,207). Sum of RGB (Red+Green+Blue) = 137+207+207=551 (72% of max value = 765). Red value is 137 (53.91% from 255 or 24.86% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #89CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CFCF is #763030. Grayscale: #BABABA. Windows color (decimal): -7745585 or 13619081. OLE color: 13619081.
HSL color Cylindrical-coordinate representation of color #89CFCF: hue angle of 180º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89CFCF is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 207 | 207 | - |
| CMYK | 0.34 | 0 | 0 | 0.19 |
| HSL | 180º | 0.42% | 0.67% | - |
| HSV(B) | 180º | 0.34% | 0.81% | - |
| XYZ | 43.89 | 54.45 | 67.23 | - |
| YUV | 186.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 207 | 207 | 0.34 | 0 | 0 | 0.19 | 180 | 0.42 | 0.67 |
| Hex | 89 | CF | CF | 22 | 0 | 0 | 13 | B4 | 2A | 43 |
| Octal | 211 | 317 | 317 | 42 | 0 | 0 | 23 | 264 | 52 | 103 |
| Binary | 10001001 | 11001111 | 11001111 | 100010 | 0 | 0 | 10011 | 10110100 | 101010 | 1000011 |
Color Harmonies of #89CFCF
Complementary color
Monochromatic Colors of #89CFCF
Black with #89CFCF
Text Example
Text Example
White with #89CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CFCF; }
p { color: rgb(137,207,207); }
H1.HeaderClassName
{
color: #89CFCF;
}
.AnyTagClassName
{
color: #89CFCF;
}
</style>
background-color css
<style>
a { background-color: #89CFCF; }
a { background-color: rgb(137,207,207); }
div.DivClassName
{
background-color: #89CFCF;
}
.BgClassName
{
background-color: #89CFCF;
}
</style>
border-color css
<style>
span { border-color: #89CFCF; }
span { border-color: rgb(137,207,207); }
td.TdClassName
{
border-color: #89CFCF;
}
.TagClassName
{
border-color: #89CFCF;
}
</style>