Shades of Morning Glory #98DBDB
Tints of Morning Glory #98DBDB
RGB
CMYK
RGB Variations
Color information
#98DBDB (or 0x98DBDB) is known color: Morning Glory. HEX triplet: 98, DB and DB. RGB value is (152,219,219). Sum of RGB (Red+Green+Blue) = 152+219+219=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #98DBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DBDB is #672424. Grayscale: #C6C6C6. Windows color (decimal): -6759461 or 14408600. OLE color: 14408600.
HSL color Cylindrical-coordinate representation of color #98DBDB: hue angle of 180º degrees, saturation: 0.48, 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 #98DBDB is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 219 | - |
| CMYK | 0.31 | 0 | 0 | 0.14 |
| HSL | 180º | 0.48% | 0.73% | - |
| HSV(B) | 180º | 0.31% | 0.86% | - |
| XYZ | 51.07 | 62.45 | 76.38 | - |
| YUV | 198.97 | 139.3 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 219 | 0.31 | 0 | 0 | 0.14 | 180 | 0.48 | 0.73 |
| Hex | 98 | DB | DB | 1F | 0 | 0 | E | B4 | 30 | 49 |
| Octal | 230 | 333 | 333 | 37 | 0 | 0 | 16 | 264 | 60 | 111 |
| Binary | 10011000 | 11011011 | 11011011 | 11111 | 0 | 0 | 1110 | 10110100 | 110000 | 1001001 |
Color Harmonies of #98DBDB
Complementary color
Monochromatic Colors of #98DBDB
Black with #98DBDB
Text Example
Text Example
White with #98DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DBDB; }
p { color: rgb(152,219,219); }
H1.HeaderClassName
{
color: #98DBDB;
}
.AnyTagClassName
{
color: #98DBDB;
}
</style>
background-color css
<style>
a { background-color: #98DBDB; }
a { background-color: rgb(152,219,219); }
div.DivClassName
{
background-color: #98DBDB;
}
.BgClassName
{
background-color: #98DBDB;
}
</style>
border-color css
<style>
span { border-color: #98DBDB; }
span { border-color: rgb(152,219,219); }
td.TdClassName
{
border-color: #98DBDB;
}
.TagClassName
{
border-color: #98DBDB;
}
</style>