Shades of Morning Glory #98DDDC
Tints of Morning Glory #98DDDC
RGB
CMYK
RGB Variations
Color information
#98DDDC (or 0x98DDDC) is known color: Morning Glory. HEX triplet: 98, DD and DC. RGB value is (152,221,220). Sum of RGB (Red+Green+Blue) = 152+221+220=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #98DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DDDC is #672223. Grayscale: #C8C8C8. Windows color (decimal): -6758948 or 14474648. OLE color: 14474648.
HSL color Cylindrical-coordinate representation of color #98DDDC: hue angle of 179.13º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DDDC is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 220 | - |
| CMYK | 0.31 | 0 | 0.00 | 0.13 |
| HSL | 179.13º | 0.5% | 0.73% | - |
| HSV(B) | 179.13º | 0.31% | 0.87% | - |
| XYZ | 51.72 | 63.56 | 77.25 | - |
| YUV | 200.26 | 139.14 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 220 | 0.31 | 0 | 0.00 | 0.13 | 179.13 | 0.5 | 0.73 |
| Hex | 98 | DD | DC | 1F | 0 | 0 | D | B3 | 32 | 49 |
| Octal | 230 | 335 | 334 | 37 | 0 | 0 | 15 | 263 | 62 | 111 |
| Binary | 10011000 | 11011101 | 11011100 | 11111 | 0 | 0 | 1101 | 10110011 | 110010 | 1001001 |
Color Harmonies of #98DDDC
Complementary color
Monochromatic Colors of #98DDDC
Black with #98DDDC
Text Example
Text Example
White with #98DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DDDC; }
p { color: rgb(152,221,220); }
H1.HeaderClassName
{
color: #98DDDC;
}
.AnyTagClassName
{
color: #98DDDC;
}
</style>
background-color css
<style>
a { background-color: #98DDDC; }
a { background-color: rgb(152,221,220); }
div.DivClassName
{
background-color: #98DDDC;
}
.BgClassName
{
background-color: #98DDDC;
}
</style>
border-color css
<style>
span { border-color: #98DDDC; }
span { border-color: rgb(152,221,220); }
td.TdClassName
{
border-color: #98DDDC;
}
.TagClassName
{
border-color: #98DDDC;
}
</style>