Shades of Morning Glory #98D5D8
Tints of Morning Glory #98D5D8
RGB
CMYK
RGB Variations
Color information
#98D5D8 (or 0x98D5D8) is known color: Morning Glory. HEX triplet: 98, D5 and D8. RGB value is (152,213,216). Sum of RGB (Red+Green+Blue) = 152+213+216=581 (76% of max value = 765). Red value is 152 (59.77% from 255 or 26.16% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 216 (84.77% from 255 or 37.18% from 581); Max value from RGB is 216 - color contains mainly: blue. Hex color #98D5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D5D8 is #672A27. Grayscale: #C3C3C3. Windows color (decimal): -6761000 or 14210456. OLE color: 14210456.
HSL color Cylindrical-coordinate representation of color #98D5D8: hue angle of 182.81º 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 #98D5D8 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 213 | 216 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.15 |
| HSL | 182.81º | 0.45% | 0.72% | - |
| HSV(B) | 182.81º | 0.3% | 0.85% | - |
| XYZ | 49.14 | 59.22 | 73.81 | - |
| YUV | 195.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 216 | 0.30 | 0.01 | 0 | 0.15 | 182.81 | 0.45 | 0.72 |
| Hex | 98 | D5 | D8 | 1E | 1 | 0 | F | B7 | 2D | 48 |
| Octal | 230 | 325 | 330 | 36 | 1 | 0 | 17 | 267 | 55 | 110 |
| Binary | 10011000 | 11010101 | 11011000 | 11110 | 1 | 0 | 1111 | 10110111 | 101101 | 1001000 |
Color Harmonies of #98D5D8
Complementary color
Monochromatic Colors of #98D5D8
Black with #98D5D8
Text Example
Text Example
White with #98D5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D5D8; }
p { color: rgb(152,213,216); }
H1.HeaderClassName
{
color: #98D5D8;
}
.AnyTagClassName
{
color: #98D5D8;
}
</style>
background-color css
<style>
a { background-color: #98D5D8; }
a { background-color: rgb(152,213,216); }
div.DivClassName
{
background-color: #98D5D8;
}
.BgClassName
{
background-color: #98D5D8;
}
</style>
border-color css
<style>
span { border-color: #98D5D8; }
span { border-color: rgb(152,213,216); }
td.TdClassName
{
border-color: #98D5D8;
}
.TagClassName
{
border-color: #98D5D8;
}
</style>