Shades of Morning Glory #99C8CC
Tints of Morning Glory #99C8CC
RGB
CMYK
RGB Variations
Color information
#99C8CC (or 0x99C8CC) is known color: Morning Glory. HEX triplet: 99, C8 and CC. RGB value is (153,200,204). Sum of RGB (Red+Green+Blue) = 153+200+204=557 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.47% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #99C8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C8CC is #663733. Grayscale: #BABABA. Windows color (decimal): -6698804 or 13420697. OLE color: 13420697.
HSL color Cylindrical-coordinate representation of color #99C8CC: hue angle of 184.71º degrees, saturation: 0.33, 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 #99C8CC is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 200 | 204 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.2 |
| HSL | 184.71º | 0.33% | 0.7% | - |
| HSV(B) | 184.71º | 0.25% | 0.8% | - |
| XYZ | 44.69 | 52.44 | 64.89 | - |
| YUV | 186.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 200 | 204 | 0.25 | 0.02 | 0 | 0.2 | 184.71 | 0.33 | 0.7 |
| Hex | 99 | C8 | CC | 19 | 2 | 0 | 14 | B9 | 21 | 46 |
| Octal | 231 | 310 | 314 | 31 | 2 | 0 | 24 | 271 | 41 | 106 |
| Binary | 10011001 | 11001000 | 11001100 | 11001 | 10 | 0 | 10100 | 10111001 | 100001 | 1000110 |
Color Harmonies of #99C8CC
Complementary color
Monochromatic Colors of #99C8CC
Black with #99C8CC
Text Example
Text Example
White with #99C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C8CC; }
p { color: rgb(153,200,204); }
H1.HeaderClassName
{
color: #99C8CC;
}
.AnyTagClassName
{
color: #99C8CC;
}
</style>
background-color css
<style>
a { background-color: #99C8CC; }
a { background-color: rgb(153,200,204); }
div.DivClassName
{
background-color: #99C8CC;
}
.BgClassName
{
background-color: #99C8CC;
}
</style>
border-color css
<style>
span { border-color: #99C8CC; }
span { border-color: rgb(153,200,204); }
td.TdClassName
{
border-color: #99C8CC;
}
.TagClassName
{
border-color: #99C8CC;
}
</style>