Shades of Morning Glory #98DCD6
Tints of Morning Glory #98DCD6
RGB
CMYK
RGB Variations
Color information
#98DCD6 (or 0x98DCD6) is known color: Morning Glory. HEX triplet: 98, DC and D6. RGB value is (152,220,214). Sum of RGB (Red+Green+Blue) = 152+220+214=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCD6 is #672329. Grayscale: #C6C6C6. Windows color (decimal): -6759210 or 14081176. OLE color: 14081176.
HSL color Cylindrical-coordinate representation of color #98DCD6: hue angle of 174.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DCD6 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 214 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.14 |
| HSL | 174.71º | 0.49% | 0.73% | - |
| HSV(B) | 174.71º | 0.31% | 0.86% | - |
| XYZ | 50.68 | 62.72 | 73.05 | - |
| YUV | 198.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 214 | 0.31 | 0 | 0.03 | 0.14 | 174.71 | 0.49 | 0.73 |
| Hex | 98 | DC | D6 | 1F | 0 | 3 | E | AF | 31 | 49 |
| Octal | 230 | 334 | 326 | 37 | 0 | 3 | 16 | 257 | 61 | 111 |
| Binary | 10011000 | 11011100 | 11010110 | 11111 | 0 | 11 | 1110 | 10101111 | 110001 | 1001001 |
Color Harmonies of #98DCD6
Complementary color
Monochromatic Colors of #98DCD6
Black with #98DCD6
Text Example
Text Example
White with #98DCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCD6; }
p { color: rgb(152,220,214); }
H1.HeaderClassName
{
color: #98DCD6;
}
.AnyTagClassName
{
color: #98DCD6;
}
</style>
background-color css
<style>
a { background-color: #98DCD6; }
a { background-color: rgb(152,220,214); }
div.DivClassName
{
background-color: #98DCD6;
}
.BgClassName
{
background-color: #98DCD6;
}
</style>
border-color css
<style>
span { border-color: #98DCD6; }
span { border-color: rgb(152,220,214); }
td.TdClassName
{
border-color: #98DCD6;
}
.TagClassName
{
border-color: #98DCD6;
}
</style>