Shades of Morning Glory #98DBDD
Tints of Morning Glory #98DBDD
RGB
CMYK
RGB Variations
Color information
#98DBDD (or 0x98DBDD) is known color: Morning Glory. HEX triplet: 98, DB and DD. RGB value is (152,219,221). Sum of RGB (Red+Green+Blue) = 152+219+221=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #98DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBDD is #672422. Grayscale: #C7C7C7. Windows color (decimal): -6759459 or 14539672. OLE color: 14539672.
HSL color Cylindrical-coordinate representation of color #98DBDD: hue angle of 181.74º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DBDD is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 219 | 221 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.13 |
| HSL | 181.74º | 0.5% | 0.73% | - |
| HSV(B) | 181.74º | 0.31% | 0.87% | - |
| XYZ | 51.33 | 62.56 | 77.78 | - |
| YUV | 199.2 | 140.3 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 221 | 0.31 | 0.01 | 0 | 0.13 | 181.74 | 0.5 | 0.73 |
| Hex | 98 | DB | DD | 1F | 1 | 0 | D | B6 | 32 | 49 |
| Octal | 230 | 333 | 335 | 37 | 1 | 0 | 15 | 266 | 62 | 111 |
| Binary | 10011000 | 11011011 | 11011101 | 11111 | 1 | 0 | 1101 | 10110110 | 110010 | 1001001 |
Color Harmonies of #98DBDD
Complementary color
Monochromatic Colors of #98DBDD
Black with #98DBDD
Text Example
Text Example
White with #98DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBDD; }
p { color: rgb(152,219,221); }
H1.HeaderClassName
{
color: #98DBDD;
}
.AnyTagClassName
{
color: #98DBDD;
}
</style>
background-color css
<style>
a { background-color: #98DBDD; }
a { background-color: rgb(152,219,221); }
div.DivClassName
{
background-color: #98DBDD;
}
.BgClassName
{
background-color: #98DBDD;
}
</style>
border-color css
<style>
span { border-color: #98DBDD; }
span { border-color: rgb(152,219,221); }
td.TdClassName
{
border-color: #98DBDD;
}
.TagClassName
{
border-color: #98DBDD;
}
</style>