Shades of Morning Glory #89CBCC
Tints of Morning Glory #89CBCC
RGB
CMYK
RGB Variations
Color information
#89CBCC (or 0x89CBCC) is known color: Morning Glory. HEX triplet: 89, CB and CC. RGB value is (137,203,204). Sum of RGB (Red+Green+Blue) = 137+203+204=544 (72% of max value = 765). Red value is 137 (53.91% from 255 or 25.18% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #89CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #89CBCC is #763433. Grayscale: #B7B7B7. Windows color (decimal): -7746612 or 13421449. OLE color: 13421449.
HSL color Cylindrical-coordinate representation of color #89CBCC: hue angle of 180.9º 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 #89CBCC is Cyan = 0.33, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 203 | 204 | - |
| CMYK | 0.33 | 0.00 | 0 | 0.2 |
| HSL | 180.9º | 0.4% | 0.67% | - |
| HSV(B) | 180.9º | 0.33% | 0.8% | - |
| XYZ | 42.57 | 52.39 | 65 | - |
| YUV | 183.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 203 | 204 | 0.33 | 0.00 | 0 | 0.2 | 180.9 | 0.4 | 0.67 |
| Hex | 89 | CB | CC | 21 | 0 | 0 | 14 | B5 | 28 | 43 |
| Octal | 211 | 313 | 314 | 41 | 0 | 0 | 24 | 265 | 50 | 103 |
| Binary | 10001001 | 11001011 | 11001100 | 100001 | 0 | 0 | 10100 | 10110101 | 101000 | 1000011 |
Color Harmonies of #89CBCC
Complementary color
Monochromatic Colors of #89CBCC
Black with #89CBCC
Text Example
Text Example
White with #89CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89CBCC; }
p { color: rgb(137,203,204); }
H1.HeaderClassName
{
color: #89CBCC;
}
.AnyTagClassName
{
color: #89CBCC;
}
</style>
background-color css
<style>
a { background-color: #89CBCC; }
a { background-color: rgb(137,203,204); }
div.DivClassName
{
background-color: #89CBCC;
}
.BgClassName
{
background-color: #89CBCC;
}
</style>
border-color css
<style>
span { border-color: #89CBCC; }
span { border-color: rgb(137,203,204); }
td.TdClassName
{
border-color: #89CBCC;
}
.TagClassName
{
border-color: #89CBCC;
}
</style>