Shades of Morning Glory #98DCDB
Tints of Morning Glory #98DCDB
RGB
CMYK
RGB Variations
Color information
#98DCDB (or 0x98DCDB) is known color: Morning Glory. HEX triplet: 98, DC and DB. RGB value is (152,220,219). Sum of RGB (Red+Green+Blue) = 152+220+219=591 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.72% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCDB is #672324. Grayscale: #C7C7C7. Windows color (decimal): -6759205 or 14408856. OLE color: 14408856.
HSL color Cylindrical-coordinate representation of color #98DCDB: hue angle of 179.12º 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 #98DCDB is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 219 | - |
| CMYK | 0.31 | 0 | 0.00 | 0.14 |
| HSL | 179.12º | 0.49% | 0.73% | - |
| HSV(B) | 179.12º | 0.31% | 0.86% | - |
| XYZ | 51.33 | 62.98 | 76.47 | - |
| YUV | 199.55 | 138.97 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 219 | 0.31 | 0 | 0.00 | 0.14 | 179.12 | 0.49 | 0.73 |
| Hex | 98 | DC | DB | 1F | 0 | 0 | E | B3 | 31 | 49 |
| Octal | 230 | 334 | 333 | 37 | 0 | 0 | 16 | 263 | 61 | 111 |
| Binary | 10011000 | 11011100 | 11011011 | 11111 | 0 | 0 | 1110 | 10110011 | 110001 | 1001001 |
Color Harmonies of #98DCDB
Complementary color
Monochromatic Colors of #98DCDB
Black with #98DCDB
Text Example
Text Example
White with #98DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCDB; }
p { color: rgb(152,220,219); }
H1.HeaderClassName
{
color: #98DCDB;
}
.AnyTagClassName
{
color: #98DCDB;
}
</style>
background-color css
<style>
a { background-color: #98DCDB; }
a { background-color: rgb(152,220,219); }
div.DivClassName
{
background-color: #98DCDB;
}
.BgClassName
{
background-color: #98DCDB;
}
</style>
border-color css
<style>
span { border-color: #98DCDB; }
span { border-color: rgb(152,220,219); }
td.TdClassName
{
border-color: #98DCDB;
}
.TagClassName
{
border-color: #98DCDB;
}
</style>