Shades of Morning Glory #99C5C6
Tints of Morning Glory #99C5C6
RGB
CMYK
RGB Variations
Color information
#99C5C6 (or 0x99C5C6) is known color: Morning Glory. HEX triplet: 99, C5 and C6. RGB value is (153,197,198). Sum of RGB (Red+Green+Blue) = 153+197+198=548 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.92% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #99C5C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99C5C6 is #663A39. Grayscale: #B7B7B7. Windows color (decimal): -6699578 or 13026713. OLE color: 13026713.
HSL color Cylindrical-coordinate representation of color #99C5C6: hue angle of 181.33º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99C5C6 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 197 | 198 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.22 |
| HSL | 181.33º | 0.28% | 0.69% | - |
| HSV(B) | 181.33º | 0.23% | 0.78% | - |
| XYZ | 43.3 | 50.78 | 60.95 | - |
| YUV | 183.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 197 | 198 | 0.23 | 0.01 | 0 | 0.22 | 181.33 | 0.28 | 0.69 |
| Hex | 99 | C5 | C6 | 17 | 1 | 0 | 16 | B5 | 1C | 45 |
| Octal | 231 | 305 | 306 | 27 | 1 | 0 | 26 | 265 | 34 | 105 |
| Binary | 10011001 | 11000101 | 11000110 | 10111 | 1 | 0 | 10110 | 10110101 | 11100 | 1000101 |
Color Harmonies of #99C5C6
Complementary color
Monochromatic Colors of #99C5C6
Black with #99C5C6
Text Example
Text Example
White with #99C5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99C5C6; }
p { color: rgb(153,197,198); }
H1.HeaderClassName
{
color: #99C5C6;
}
.AnyTagClassName
{
color: #99C5C6;
}
</style>
background-color css
<style>
a { background-color: #99C5C6; }
a { background-color: rgb(153,197,198); }
div.DivClassName
{
background-color: #99C5C6;
}
.BgClassName
{
background-color: #99C5C6;
}
</style>
border-color css
<style>
span { border-color: #99C5C6; }
span { border-color: rgb(153,197,198); }
td.TdClassName
{
border-color: #99C5C6;
}
.TagClassName
{
border-color: #99C5C6;
}
</style>