Shades of Morning Glory #98D7DB
Tints of Morning Glory #98D7DB
RGB
CMYK
RGB Variations
Color information
#98D7DB (or 0x98D7DB) is known color: Morning Glory. HEX triplet: 98, D7 and DB. RGB value is (152,215,219). Sum of RGB (Red+Green+Blue) = 152+215+219=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #98D7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D7DB is #672824. Grayscale: #C4C4C4. Windows color (decimal): -6760485 or 14407576. OLE color: 14407576.
HSL color Cylindrical-coordinate representation of color #98D7DB: hue angle of 183.58º degrees, saturation: 0.48, 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 #98D7DB is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 215 | 219 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.14 |
| HSL | 183.58º | 0.48% | 0.73% | - |
| HSV(B) | 183.58º | 0.31% | 0.86% | - |
| XYZ | 50.04 | 60.39 | 76.04 | - |
| YUV | 196.62 | 140.63 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 219 | 0.31 | 0.02 | 0 | 0.14 | 183.58 | 0.48 | 0.73 |
| Hex | 98 | D7 | DB | 1F | 2 | 0 | E | B8 | 30 | 49 |
| Octal | 230 | 327 | 333 | 37 | 2 | 0 | 16 | 270 | 60 | 111 |
| Binary | 10011000 | 11010111 | 11011011 | 11111 | 10 | 0 | 1110 | 10111000 | 110000 | 1001001 |
Color Harmonies of #98D7DB
Complementary color
Monochromatic Colors of #98D7DB
Black with #98D7DB
Text Example
Text Example
White with #98D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D7DB; }
p { color: rgb(152,215,219); }
H1.HeaderClassName
{
color: #98D7DB;
}
.AnyTagClassName
{
color: #98D7DB;
}
</style>
background-color css
<style>
a { background-color: #98D7DB; }
a { background-color: rgb(152,215,219); }
div.DivClassName
{
background-color: #98D7DB;
}
.BgClassName
{
background-color: #98D7DB;
}
</style>
border-color css
<style>
span { border-color: #98D7DB; }
span { border-color: rgb(152,215,219); }
td.TdClassName
{
border-color: #98D7DB;
}
.TagClassName
{
border-color: #98D7DB;
}
</style>