Shades of Morning Glory #99CFCC
Tints of Morning Glory #99CFCC
RGB
CMYK
RGB Variations
Color information
#99CFCC (or 0x99CFCC) is known color: Morning Glory. HEX triplet: 99, CF and CC. RGB value is (153,207,204). Sum of RGB (Red+Green+Blue) = 153+207+204=564 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.13% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFCC is #663033. Grayscale: #BEBEBE. Windows color (decimal): -6697012 or 13422489. OLE color: 13422489.
HSL color Cylindrical-coordinate representation of color #99CFCC: hue angle of 176.67º 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 #99CFCC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 204 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.19 |
| HSL | 176.67º | 0.36% | 0.71% | - |
| HSV(B) | 176.67º | 0.26% | 0.81% | - |
| XYZ | 46.35 | 55.76 | 65.45 | - |
| YUV | 190.51 | 135.61 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 204 | 0.26 | 0 | 0.01 | 0.19 | 176.67 | 0.36 | 0.71 |
| Hex | 99 | CF | CC | 1A | 0 | 1 | 13 | B1 | 24 | 47 |
| Octal | 231 | 317 | 314 | 32 | 0 | 1 | 23 | 261 | 44 | 107 |
| Binary | 10011001 | 11001111 | 11001100 | 11010 | 0 | 1 | 10011 | 10110001 | 100100 | 1000111 |
Color Harmonies of #99CFCC
Complementary color
Monochromatic Colors of #99CFCC
Black with #99CFCC
Text Example
Text Example
White with #99CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFCC; }
p { color: rgb(153,207,204); }
H1.HeaderClassName
{
color: #99CFCC;
}
.AnyTagClassName
{
color: #99CFCC;
}
</style>
background-color css
<style>
a { background-color: #99CFCC; }
a { background-color: rgb(153,207,204); }
div.DivClassName
{
background-color: #99CFCC;
}
.BgClassName
{
background-color: #99CFCC;
}
</style>
border-color css
<style>
span { border-color: #99CFCC; }
span { border-color: rgb(153,207,204); }
td.TdClassName
{
border-color: #99CFCC;
}
.TagClassName
{
border-color: #99CFCC;
}
</style>