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