Shades of Morning Glory #99CFCD
Tints of Morning Glory #99CFCD
RGB
CMYK
RGB Variations
Color information
#99CFCD (or 0x99CFCD) is known color: Morning Glory. HEX triplet: 99, CF and CD. RGB value is (153,207,205). Sum of RGB (Red+Green+Blue) = 153+207+205=565 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.08% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFCD is #663032. Grayscale: #BEBEBE. Windows color (decimal): -6697011 or 13488025. OLE color: 13488025.
HSL color Cylindrical-coordinate representation of color #99CFCD: hue angle of 177.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CFCD is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 205 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.19 |
| HSL | 177.78º | 0.36% | 0.71% | - |
| HSV(B) | 177.78º | 0.26% | 0.81% | - |
| XYZ | 46.47 | 55.81 | 66.08 | - |
| YUV | 190.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 205 | 0.26 | 0 | 0.01 | 0.19 | 177.78 | 0.36 | 0.71 |
| Hex | 99 | CF | CD | 1A | 0 | 1 | 13 | B2 | 24 | 47 |
| Octal | 231 | 317 | 315 | 32 | 0 | 1 | 23 | 262 | 44 | 107 |
| Binary | 10011001 | 11001111 | 11001101 | 11010 | 0 | 1 | 10011 | 10110010 | 100100 | 1000111 |
Color Harmonies of #99CFCD
Complementary color
Monochromatic Colors of #99CFCD
Black with #99CFCD
Text Example
Text Example
White with #99CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFCD; }
p { color: rgb(153,207,205); }
H1.HeaderClassName
{
color: #99CFCD;
}
.AnyTagClassName
{
color: #99CFCD;
}
</style>
background-color css
<style>
a { background-color: #99CFCD; }
a { background-color: rgb(153,207,205); }
div.DivClassName
{
background-color: #99CFCD;
}
.BgClassName
{
background-color: #99CFCD;
}
</style>
border-color css
<style>
span { border-color: #99CFCD; }
span { border-color: rgb(153,207,205); }
td.TdClassName
{
border-color: #99CFCD;
}
.TagClassName
{
border-color: #99CFCD;
}
</style>