Shades of Morning Glory #98DADB
Tints of Morning Glory #98DADB
RGB
CMYK
RGB Variations
Color information
#98DADB (or 0x98DADB) is known color: Morning Glory. HEX triplet: 98, DA and DB. RGB value is (152,218,219). Sum of RGB (Red+Green+Blue) = 152+218+219=589 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.81% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #98DADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DADB is #672524. Grayscale: #C6C6C6. Windows color (decimal): -6759717 or 14408344. OLE color: 14408344.
HSL color Cylindrical-coordinate representation of color #98DADB: hue angle of 180.9º 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 #98DADB is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 218 | 219 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.14 |
| HSL | 180.9º | 0.48% | 0.73% | - |
| HSV(B) | 180.9º | 0.31% | 0.86% | - |
| XYZ | 50.81 | 61.93 | 76.29 | - |
| YUV | 198.38 | 139.63 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 218 | 219 | 0.31 | 0.00 | 0 | 0.14 | 180.9 | 0.48 | 0.73 |
| Hex | 98 | DA | DB | 1F | 0 | 0 | E | B5 | 30 | 49 |
| Octal | 230 | 332 | 333 | 37 | 0 | 0 | 16 | 265 | 60 | 111 |
| Binary | 10011000 | 11011010 | 11011011 | 11111 | 0 | 0 | 1110 | 10110101 | 110000 | 1001001 |
Color Harmonies of #98DADB
Complementary color
Monochromatic Colors of #98DADB
Black with #98DADB
Text Example
Text Example
White with #98DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DADB; }
p { color: rgb(152,218,219); }
H1.HeaderClassName
{
color: #98DADB;
}
.AnyTagClassName
{
color: #98DADB;
}
</style>
background-color css
<style>
a { background-color: #98DADB; }
a { background-color: rgb(152,218,219); }
div.DivClassName
{
background-color: #98DADB;
}
.BgClassName
{
background-color: #98DADB;
}
</style>
border-color css
<style>
span { border-color: #98DADB; }
span { border-color: rgb(152,218,219); }
td.TdClassName
{
border-color: #98DADB;
}
.TagClassName
{
border-color: #98DADB;
}
</style>