Shades of Morning Glory #99DFDD
Tints of Morning Glory #99DFDD
RGB
CMYK
RGB Variations
Color information
#99DFDD (or 0x99DFDD) is known color: Morning Glory. HEX triplet: 99, DF and DD. RGB value is (153,223,221). Sum of RGB (Red+Green+Blue) = 153+223+221=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFDD is #662022. Grayscale: #C9C9C9. Windows color (decimal): -6692899 or 14540697. OLE color: 14540697.
HSL color Cylindrical-coordinate representation of color #99DFDD: hue angle of 178.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99DFDD is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 221 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.13 |
| HSL | 178.29º | 0.52% | 0.74% | - |
| HSV(B) | 178.29º | 0.31% | 0.87% | - |
| XYZ | 52.58 | 64.77 | 78.14 | - |
| YUV | 201.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 221 | 0.31 | 0 | 0.01 | 0.13 | 178.29 | 0.52 | 0.74 |
| Hex | 99 | DF | DD | 1F | 0 | 1 | D | B2 | 34 | 4A |
| Octal | 231 | 337 | 335 | 37 | 0 | 1 | 15 | 262 | 64 | 112 |
| Binary | 10011001 | 11011111 | 11011101 | 11111 | 0 | 1 | 1101 | 10110010 | 110100 | 1001010 |
Color Harmonies of #99DFDD
Complementary color
Monochromatic Colors of #99DFDD
Black with #99DFDD
Text Example
Text Example
White with #99DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFDD; }
p { color: rgb(153,223,221); }
H1.HeaderClassName
{
color: #99DFDD;
}
.AnyTagClassName
{
color: #99DFDD;
}
</style>
background-color css
<style>
a { background-color: #99DFDD; }
a { background-color: rgb(153,223,221); }
div.DivClassName
{
background-color: #99DFDD;
}
.BgClassName
{
background-color: #99DFDD;
}
</style>
border-color css
<style>
span { border-color: #99DFDD; }
span { border-color: rgb(153,223,221); }
td.TdClassName
{
border-color: #99DFDD;
}
.TagClassName
{
border-color: #99DFDD;
}
</style>