Shades of Morning Glory #98D3DB
Tints of Morning Glory #98D3DB
RGB
CMYK
RGB Variations
Color information
#98D3DB (or 0x98D3DB) is known color: Morning Glory. HEX triplet: 98, D3 and DB. RGB value is (152,211,219). Sum of RGB (Red+Green+Blue) = 152+211+219=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #98D3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D3DB is #672C24. Grayscale: #C2C2C2. Windows color (decimal): -6761509 or 14406552. OLE color: 14406552.
HSL color Cylindrical-coordinate representation of color #98D3DB: hue angle of 187.16º 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 #98D3DB is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 211 | 219 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.14 |
| HSL | 187.16º | 0.48% | 0.73% | - |
| HSV(B) | 187.16º | 0.31% | 0.86% | - |
| XYZ | 49.03 | 58.38 | 75.7 | - |
| YUV | 194.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 219 | 0.31 | 0.04 | 0 | 0.14 | 187.16 | 0.48 | 0.73 |
| Hex | 98 | D3 | DB | 1F | 4 | 0 | E | BB | 30 | 49 |
| Octal | 230 | 323 | 333 | 37 | 4 | 0 | 16 | 273 | 60 | 111 |
| Binary | 10011000 | 11010011 | 11011011 | 11111 | 100 | 0 | 1110 | 10111011 | 110000 | 1001001 |
Color Harmonies of #98D3DB
Complementary color
Monochromatic Colors of #98D3DB
Black with #98D3DB
Text Example
Text Example
White with #98D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D3DB; }
p { color: rgb(152,211,219); }
H1.HeaderClassName
{
color: #98D3DB;
}
.AnyTagClassName
{
color: #98D3DB;
}
</style>
background-color css
<style>
a { background-color: #98D3DB; }
a { background-color: rgb(152,211,219); }
div.DivClassName
{
background-color: #98D3DB;
}
.BgClassName
{
background-color: #98D3DB;
}
</style>
border-color css
<style>
span { border-color: #98D3DB; }
span { border-color: rgb(152,211,219); }
td.TdClassName
{
border-color: #98D3DB;
}
.TagClassName
{
border-color: #98D3DB;
}
</style>