Shades of Morning Glory #99CFCA
Tints of Morning Glory #99CFCA
RGB
CMYK
RGB Variations
Color information
#99CFCA (or 0x99CFCA) is known color: Morning Glory. HEX triplet: 99, CF and CA. RGB value is (153,207,202). Sum of RGB (Red+Green+Blue) = 153+207+202=562 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.22% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #99CFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFCA is #663035. Grayscale: #BEBEBE. Windows color (decimal): -6697014 or 13291417. OLE color: 13291417.
HSL color Cylindrical-coordinate representation of color #99CFCA: hue angle of 174.44º 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 #99CFCA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 207 | 202 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.19 |
| HSL | 174.44º | 0.36% | 0.71% | - |
| HSV(B) | 174.44º | 0.26% | 0.81% | - |
| XYZ | 46.11 | 55.66 | 64.19 | - |
| YUV | 190.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 202 | 0.26 | 0 | 0.02 | 0.19 | 174.44 | 0.36 | 0.71 |
| Hex | 99 | CF | CA | 1A | 0 | 2 | 13 | AE | 24 | 47 |
| Octal | 231 | 317 | 312 | 32 | 0 | 2 | 23 | 256 | 44 | 107 |
| Binary | 10011001 | 11001111 | 11001010 | 11010 | 0 | 10 | 10011 | 10101110 | 100100 | 1000111 |
Color Harmonies of #99CFCA
Complementary color
Monochromatic Colors of #99CFCA
Black with #99CFCA
Text Example
Text Example
White with #99CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFCA; }
p { color: rgb(153,207,202); }
H1.HeaderClassName
{
color: #99CFCA;
}
.AnyTagClassName
{
color: #99CFCA;
}
</style>
background-color css
<style>
a { background-color: #99CFCA; }
a { background-color: rgb(153,207,202); }
div.DivClassName
{
background-color: #99CFCA;
}
.BgClassName
{
background-color: #99CFCA;
}
</style>
border-color css
<style>
span { border-color: #99CFCA; }
span { border-color: rgb(153,207,202); }
td.TdClassName
{
border-color: #99CFCA;
}
.TagClassName
{
border-color: #99CFCA;
}
</style>