Shades of Morning Glory #99DFDB
Tints of Morning Glory #99DFDB
RGB
CMYK
RGB Variations
Color information
#99DFDB (or 0x99DFDB) is known color: Morning Glory. HEX triplet: 99, DF and DB. RGB value is (153,223,219). Sum of RGB (Red+Green+Blue) = 153+223+219=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #99DFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DFDB is #662024. Grayscale: #C9C9C9. Windows color (decimal): -6692901 or 14409625. OLE color: 14409625.
HSL color Cylindrical-coordinate representation of color #99DFDB: hue angle of 176.57º 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 #99DFDB is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 219 | - |
| CMYK | 0.31 | 0 | 0.02 | 0.13 |
| HSL | 176.57º | 0.52% | 0.74% | - |
| HSV(B) | 176.57º | 0.31% | 0.87% | - |
| XYZ | 52.31 | 64.66 | 76.74 | - |
| YUV | 201.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 219 | 0.31 | 0 | 0.02 | 0.13 | 176.57 | 0.52 | 0.74 |
| Hex | 99 | DF | DB | 1F | 0 | 2 | D | B1 | 34 | 4A |
| Octal | 231 | 337 | 333 | 37 | 0 | 2 | 15 | 261 | 64 | 112 |
| Binary | 10011001 | 11011111 | 11011011 | 11111 | 0 | 10 | 1101 | 10110001 | 110100 | 1001010 |
Color Harmonies of #99DFDB
Complementary color
Monochromatic Colors of #99DFDB
Black with #99DFDB
Text Example
Text Example
White with #99DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFDB; }
p { color: rgb(153,223,219); }
H1.HeaderClassName
{
color: #99DFDB;
}
.AnyTagClassName
{
color: #99DFDB;
}
</style>
background-color css
<style>
a { background-color: #99DFDB; }
a { background-color: rgb(153,223,219); }
div.DivClassName
{
background-color: #99DFDB;
}
.BgClassName
{
background-color: #99DFDB;
}
</style>
border-color css
<style>
span { border-color: #99DFDB; }
span { border-color: rgb(153,223,219); }
td.TdClassName
{
border-color: #99DFDB;
}
.TagClassName
{
border-color: #99DFDB;
}
</style>