Shades of Morning Glory #98D6D8
Tints of Morning Glory #98D6D8
RGB
CMYK
RGB Variations
Color information
#98D6D8 (or 0x98D6D8) is known color: Morning Glory. HEX triplet: 98, D6 and D8. RGB value is (152,214,216). Sum of RGB (Red+Green+Blue) = 152+214+216=582 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.12% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #98D6D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6D8 is #672927. Grayscale: #C3C3C3. Windows color (decimal): -6760744 or 14210712. OLE color: 14210712.
HSL color Cylindrical-coordinate representation of color #98D6D8: hue angle of 181.88º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98D6D8 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 214 | 216 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.15 |
| HSL | 181.88º | 0.45% | 0.72% | - |
| HSV(B) | 181.88º | 0.3% | 0.85% | - |
| XYZ | 49.39 | 59.73 | 73.89 | - |
| YUV | 195.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 216 | 0.30 | 0.01 | 0 | 0.15 | 181.88 | 0.45 | 0.72 |
| Hex | 98 | D6 | D8 | 1E | 1 | 0 | F | B6 | 2D | 48 |
| Octal | 230 | 326 | 330 | 36 | 1 | 0 | 17 | 266 | 55 | 110 |
| Binary | 10011000 | 11010110 | 11011000 | 11110 | 1 | 0 | 1111 | 10110110 | 101101 | 1001000 |
Color Harmonies of #98D6D8
Complementary color
Monochromatic Colors of #98D6D8
Black with #98D6D8
Text Example
Text Example
White with #98D6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6D8; }
p { color: rgb(152,214,216); }
H1.HeaderClassName
{
color: #98D6D8;
}
.AnyTagClassName
{
color: #98D6D8;
}
</style>
background-color css
<style>
a { background-color: #98D6D8; }
a { background-color: rgb(152,214,216); }
div.DivClassName
{
background-color: #98D6D8;
}
.BgClassName
{
background-color: #98D6D8;
}
</style>
border-color css
<style>
span { border-color: #98D6D8; }
span { border-color: rgb(152,214,216); }
td.TdClassName
{
border-color: #98D6D8;
}
.TagClassName
{
border-color: #98D6D8;
}
</style>