Shades of Morning Glory #98D9DE
Tints of Morning Glory #98D9DE
RGB
CMYK
RGB Variations
Color information
#98D9DE (or 0x98D9DE) is known color: Morning Glory. HEX triplet: 98, D9 and DE. RGB value is (152,217,222). Sum of RGB (Red+Green+Blue) = 152+217+222=591 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.72% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #98D9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D9DE is #672621. Grayscale: #C6C6C6. Windows color (decimal): -6759970 or 14604696. OLE color: 14604696.
HSL color Cylindrical-coordinate representation of color #98D9DE: hue angle of 184.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98D9DE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 217 | 222 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.13 |
| HSL | 184.29º | 0.51% | 0.73% | - |
| HSV(B) | 184.29º | 0.32% | 0.87% | - |
| XYZ | 50.95 | 61.58 | 78.31 | - |
| YUV | 198.14 | 141.47 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 222 | 0.32 | 0.02 | 0 | 0.13 | 184.29 | 0.51 | 0.73 |
| Hex | 98 | D9 | DE | 20 | 2 | 0 | D | B8 | 33 | 49 |
| Octal | 230 | 331 | 336 | 40 | 2 | 0 | 15 | 270 | 63 | 111 |
| Binary | 10011000 | 11011001 | 11011110 | 100000 | 10 | 0 | 1101 | 10111000 | 110011 | 1001001 |
Color Harmonies of #98D9DE
Complementary color
Monochromatic Colors of #98D9DE
Black with #98D9DE
Text Example
Text Example
White with #98D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D9DE; }
p { color: rgb(152,217,222); }
H1.HeaderClassName
{
color: #98D9DE;
}
.AnyTagClassName
{
color: #98D9DE;
}
</style>
background-color css
<style>
a { background-color: #98D9DE; }
a { background-color: rgb(152,217,222); }
div.DivClassName
{
background-color: #98D9DE;
}
.BgClassName
{
background-color: #98D9DE;
}
</style>
border-color css
<style>
span { border-color: #98D9DE; }
span { border-color: rgb(152,217,222); }
td.TdClassName
{
border-color: #98D9DE;
}
.TagClassName
{
border-color: #98D9DE;
}
</style>