Shades of Morning Glory #99CED5
Tints of Morning Glory #99CED5
RGB
CMYK
RGB Variations
Color information
#99CED5 (or 0x99CED5) is known color: Morning Glory. HEX triplet: 99, CE and D5. RGB value is (153,206,213). Sum of RGB (Red+Green+Blue) = 153+206+213=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #99CED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CED5 is #66312A. Grayscale: #BEBEBE. Windows color (decimal): -6697259 or 14012057. OLE color: 14012057.
HSL color Cylindrical-coordinate representation of color #99CED5: hue angle of 187º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99CED5 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 206 | 213 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.16 |
| HSL | 187º | 0.42% | 0.72% | - |
| HSV(B) | 187º | 0.28% | 0.84% | - |
| XYZ | 47.22 | 55.72 | 71.22 | - |
| YUV | 190.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 213 | 0.28 | 0.03 | 0 | 0.16 | 187 | 0.42 | 0.72 |
| Hex | 99 | CE | D5 | 1C | 3 | 0 | 10 | BB | 2A | 48 |
| Octal | 231 | 316 | 325 | 34 | 3 | 0 | 20 | 273 | 52 | 110 |
| Binary | 10011001 | 11001110 | 11010101 | 11100 | 11 | 0 | 10000 | 10111011 | 101010 | 1001000 |
Color Harmonies of #99CED5
Complementary color
Monochromatic Colors of #99CED5
Black with #99CED5
Text Example
Text Example
White with #99CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CED5; }
p { color: rgb(153,206,213); }
H1.HeaderClassName
{
color: #99CED5;
}
.AnyTagClassName
{
color: #99CED5;
}
</style>
background-color css
<style>
a { background-color: #99CED5; }
a { background-color: rgb(153,206,213); }
div.DivClassName
{
background-color: #99CED5;
}
.BgClassName
{
background-color: #99CED5;
}
</style>
border-color css
<style>
span { border-color: #99CED5; }
span { border-color: rgb(153,206,213); }
td.TdClassName
{
border-color: #99CED5;
}
.TagClassName
{
border-color: #99CED5;
}
</style>