Shades of Morning Glory #99CFD1
Tints of Morning Glory #99CFD1
RGB
CMYK
RGB Variations
Color information
#99CFD1 (or 0x99CFD1) is known color: Morning Glory. HEX triplet: 99, CF and D1. RGB value is (153,207,209). Sum of RGB (Red+Green+Blue) = 153+207+209=569 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.89% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #99CFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99CFD1 is #66302E. Grayscale: #BFBFBF. Windows color (decimal): -6697007 or 13750169. OLE color: 13750169.
HSL color Cylindrical-coordinate representation of color #99CFD1: hue angle of 182.14º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99CFD1 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 207 | 209 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.18 |
| HSL | 182.14º | 0.38% | 0.71% | - |
| HSV(B) | 182.14º | 0.27% | 0.82% | - |
| XYZ | 46.96 | 56 | 68.66 | - |
| YUV | 191.08 | 138.11 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 207 | 209 | 0.27 | 0.01 | 0 | 0.18 | 182.14 | 0.38 | 0.71 |
| Hex | 99 | CF | D1 | 1B | 1 | 0 | 12 | B6 | 26 | 47 |
| Octal | 231 | 317 | 321 | 33 | 1 | 0 | 22 | 266 | 46 | 107 |
| Binary | 10011001 | 11001111 | 11010001 | 11011 | 1 | 0 | 10010 | 10110110 | 100110 | 1000111 |
Color Harmonies of #99CFD1
Complementary color
Monochromatic Colors of #99CFD1
Black with #99CFD1
Text Example
Text Example
White with #99CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CFD1; }
p { color: rgb(153,207,209); }
H1.HeaderClassName
{
color: #99CFD1;
}
.AnyTagClassName
{
color: #99CFD1;
}
</style>
background-color css
<style>
a { background-color: #99CFD1; }
a { background-color: rgb(153,207,209); }
div.DivClassName
{
background-color: #99CFD1;
}
.BgClassName
{
background-color: #99CFD1;
}
</style>
border-color css
<style>
span { border-color: #99CFD1; }
span { border-color: rgb(153,207,209); }
td.TdClassName
{
border-color: #99CFD1;
}
.TagClassName
{
border-color: #99CFD1;
}
</style>