Shades of Morning Glory #99C4CB
Tints of Morning Glory #99C4CB
RGB
CMYK
RGB Variations
Color information
#99C4CB (or 0x99C4CB) is known color: Morning Glory. HEX triplet: 99, C4 and CB. RGB value is (153,196,203). Sum of RGB (Red+Green+Blue) = 153+196+203=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #99C4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C4CB is #663B34. Grayscale: #B7B7B7. Windows color (decimal): -6699829 or 13354137. OLE color: 13354137.
HSL color Cylindrical-coordinate representation of color #99C4CB: hue angle of 188.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99C4CB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 196 | 203 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.20 |
| HSL | 188.4º | 0.32% | 0.7% | - |
| HSV(B) | 188.4º | 0.25% | 0.8% | - |
| XYZ | 43.66 | 50.56 | 63.96 | - |
| YUV | 183.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 196 | 203 | 0.25 | 0.03 | 0 | 0.20 | 188.4 | 0.32 | 0.7 |
| Hex | 99 | C4 | CB | 19 | 3 | 0 | 14 | BC | 20 | 46 |
| Octal | 231 | 304 | 313 | 31 | 3 | 0 | 24 | 274 | 40 | 106 |
| Binary | 10011001 | 11000100 | 11001011 | 11001 | 11 | 0 | 10100 | 10111100 | 100000 | 1000110 |
Color Harmonies of #99C4CB
Complementary color
Monochromatic Colors of #99C4CB
Black with #99C4CB
Text Example
Text Example
White with #99C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C4CB; }
p { color: rgb(153,196,203); }
H1.HeaderClassName
{
color: #99C4CB;
}
.AnyTagClassName
{
color: #99C4CB;
}
</style>
background-color css
<style>
a { background-color: #99C4CB; }
a { background-color: rgb(153,196,203); }
div.DivClassName
{
background-color: #99C4CB;
}
.BgClassName
{
background-color: #99C4CB;
}
</style>
border-color css
<style>
span { border-color: #99C4CB; }
span { border-color: rgb(153,196,203); }
td.TdClassName
{
border-color: #99C4CB;
}
.TagClassName
{
border-color: #99C4CB;
}
</style>