Shades of Morning Glory #98D6DC
Tints of Morning Glory #98D6DC
RGB
CMYK
RGB Variations
Color information
#98D6DC (or 0x98D6DC) is known color: Morning Glory. HEX triplet: 98, D6 and DC. RGB value is (152,214,220). Sum of RGB (Red+Green+Blue) = 152+214+220=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #98D6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98D6DC is #672923. Grayscale: #C4C4C4. Windows color (decimal): -6760740 or 14472856. OLE color: 14472856.
HSL color Cylindrical-coordinate representation of color #98D6DC: hue angle of 185.29º degrees, saturation: 0.49, 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 #98D6DC is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 214 | 220 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.14 |
| HSL | 185.29º | 0.49% | 0.73% | - |
| HSV(B) | 185.29º | 0.31% | 0.86% | - |
| XYZ | 49.91 | 59.94 | 76.65 | - |
| YUV | 196.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 220 | 0.31 | 0.03 | 0 | 0.14 | 185.29 | 0.49 | 0.73 |
| Hex | 98 | D6 | DC | 1F | 3 | 0 | E | B9 | 31 | 49 |
| Octal | 230 | 326 | 334 | 37 | 3 | 0 | 16 | 271 | 61 | 111 |
| Binary | 10011000 | 11010110 | 11011100 | 11111 | 11 | 0 | 1110 | 10111001 | 110001 | 1001001 |
Color Harmonies of #98D6DC
Complementary color
Monochromatic Colors of #98D6DC
Black with #98D6DC
Text Example
Text Example
White with #98D6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D6DC; }
p { color: rgb(152,214,220); }
H1.HeaderClassName
{
color: #98D6DC;
}
.AnyTagClassName
{
color: #98D6DC;
}
</style>
background-color css
<style>
a { background-color: #98D6DC; }
a { background-color: rgb(152,214,220); }
div.DivClassName
{
background-color: #98D6DC;
}
.BgClassName
{
background-color: #98D6DC;
}
</style>
border-color css
<style>
span { border-color: #98D6DC; }
span { border-color: rgb(152,214,220); }
td.TdClassName
{
border-color: #98D6DC;
}
.TagClassName
{
border-color: #98D6DC;
}
</style>