Shades of Morning Glory #99DCDE
Tints of Morning Glory #99DCDE
RGB
CMYK
RGB Variations
Color information
#99DCDE (or 0x99DCDE) is known color: Morning Glory. HEX triplet: 99, DC and DE. RGB value is (153,220,222). Sum of RGB (Red+Green+Blue) = 153+220+222=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 222 - color contains mainly: blue. Hex color #99DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCDE is #662321. Grayscale: #C8C8C8. Windows color (decimal): -6693666 or 14605465. OLE color: 14605465.
HSL color Cylindrical-coordinate representation of color #99DCDE: hue angle of 181.74º degrees, saturation: 0.51, 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 #99DCDE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 220 | 222 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.13 |
| HSL | 181.74º | 0.51% | 0.74% | - |
| HSV(B) | 181.74º | 0.31% | 0.87% | - |
| XYZ | 51.91 | 63.23 | 78.58 | - |
| YUV | 200.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 222 | 0.31 | 0.01 | 0 | 0.13 | 181.74 | 0.51 | 0.74 |
| Hex | 99 | DC | DE | 1F | 1 | 0 | D | B6 | 33 | 4A |
| Octal | 231 | 334 | 336 | 37 | 1 | 0 | 15 | 266 | 63 | 112 |
| Binary | 10011001 | 11011100 | 11011110 | 11111 | 1 | 0 | 1101 | 10110110 | 110011 | 1001010 |
Color Harmonies of #99DCDE
Complementary color
Monochromatic Colors of #99DCDE
Black with #99DCDE
Text Example
Text Example
White with #99DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DCDE; }
p { color: rgb(153,220,222); }
H1.HeaderClassName
{
color: #99DCDE;
}
.AnyTagClassName
{
color: #99DCDE;
}
</style>
background-color css
<style>
a { background-color: #99DCDE; }
a { background-color: rgb(153,220,222); }
div.DivClassName
{
background-color: #99DCDE;
}
.BgClassName
{
background-color: #99DCDE;
}
</style>
border-color css
<style>
span { border-color: #99DCDE; }
span { border-color: rgb(153,220,222); }
td.TdClassName
{
border-color: #99DCDE;
}
.TagClassName
{
border-color: #99DCDE;
}
</style>