Shades of Morning Glory #98DCDD
Tints of Morning Glory #98DCDD
RGB
CMYK
RGB Variations
Color information
#98DCDD (or 0x98DCDD) is known color: Morning Glory. HEX triplet: 98, DC and DD. RGB value is (152,220,221). Sum of RGB (Red+Green+Blue) = 152+220+221=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #98DCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCDD is #672322. Grayscale: #C7C7C7. Windows color (decimal): -6759203 or 14539928. OLE color: 14539928.
HSL color Cylindrical-coordinate representation of color #98DCDD: hue angle of 180.87º 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 #98DCDD is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 220 | 221 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.13 |
| HSL | 180.87º | 0.5% | 0.73% | - |
| HSV(B) | 180.87º | 0.31% | 0.87% | - |
| XYZ | 51.59 | 63.08 | 77.86 | - |
| YUV | 199.78 | 139.97 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 221 | 0.31 | 0.00 | 0 | 0.13 | 180.87 | 0.5 | 0.73 |
| Hex | 98 | DC | DD | 1F | 0 | 0 | D | B5 | 32 | 49 |
| Octal | 230 | 334 | 335 | 37 | 0 | 0 | 15 | 265 | 62 | 111 |
| Binary | 10011000 | 11011100 | 11011101 | 11111 | 0 | 0 | 1101 | 10110101 | 110010 | 1001001 |
Color Harmonies of #98DCDD
Complementary color
Monochromatic Colors of #98DCDD
Black with #98DCDD
Text Example
Text Example
White with #98DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCDD; }
p { color: rgb(152,220,221); }
H1.HeaderClassName
{
color: #98DCDD;
}
.AnyTagClassName
{
color: #98DCDD;
}
</style>
background-color css
<style>
a { background-color: #98DCDD; }
a { background-color: rgb(152,220,221); }
div.DivClassName
{
background-color: #98DCDD;
}
.BgClassName
{
background-color: #98DCDD;
}
</style>
border-color css
<style>
span { border-color: #98DCDD; }
span { border-color: rgb(152,220,221); }
td.TdClassName
{
border-color: #98DCDD;
}
.TagClassName
{
border-color: #98DCDD;
}
</style>