Shades of Morning Glory #98D9DC
Tints of Morning Glory #98D9DC
RGB
CMYK
RGB Variations
Color information
#98D9DC (or 0x98D9DC) is known color: Morning Glory. HEX triplet: 98, D9 and DC. RGB value is (152,217,220). Sum of RGB (Red+Green+Blue) = 152+217+220=589 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.81% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #98D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9DC is #672623. Grayscale: #C5C5C5. Windows color (decimal): -6759972 or 14473624. OLE color: 14473624.
HSL color Cylindrical-coordinate representation of color #98D9DC: hue angle of 182.65º 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 #98D9DC is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 217 | 220 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.14 |
| HSL | 182.65º | 0.49% | 0.73% | - |
| HSV(B) | 182.65º | 0.31% | 0.86% | - |
| XYZ | 50.68 | 61.47 | 76.9 | - |
| YUV | 197.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 220 | 0.31 | 0.01 | 0 | 0.14 | 182.65 | 0.49 | 0.73 |
| Hex | 98 | D9 | DC | 1F | 1 | 0 | E | B7 | 31 | 49 |
| Octal | 230 | 331 | 334 | 37 | 1 | 0 | 16 | 267 | 61 | 111 |
| Binary | 10011000 | 11011001 | 11011100 | 11111 | 1 | 0 | 1110 | 10110111 | 110001 | 1001001 |
Color Harmonies of #98D9DC
Complementary color
Monochromatic Colors of #98D9DC
Black with #98D9DC
Text Example
Text Example
White with #98D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9DC; }
p { color: rgb(152,217,220); }
H1.HeaderClassName
{
color: #98D9DC;
}
.AnyTagClassName
{
color: #98D9DC;
}
</style>
background-color css
<style>
a { background-color: #98D9DC; }
a { background-color: rgb(152,217,220); }
div.DivClassName
{
background-color: #98D9DC;
}
.BgClassName
{
background-color: #98D9DC;
}
</style>
border-color css
<style>
span { border-color: #98D9DC; }
span { border-color: rgb(152,217,220); }
td.TdClassName
{
border-color: #98D9DC;
}
.TagClassName
{
border-color: #98D9DC;
}
</style>