Shades of Morning Glory #98DCDA
Tints of Morning Glory #98DCDA
RGB
CMYK
RGB Variations
Color information
#98DCDA (or 0x98DCDA) is known color: Morning Glory. HEX triplet: 98, DC and DA. RGB value is (152,220,218). Sum of RGB (Red+Green+Blue) = 152+220+218=590 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.76% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #98DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCDA is #672325. Grayscale: #C7C7C7. Windows color (decimal): -6759206 or 14343320. OLE color: 14343320.
HSL color Cylindrical-coordinate representation of color #98DCDA: hue angle of 178.24º 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 #98DCDA is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 218 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.14 |
| HSL | 178.24º | 0.49% | 0.73% | - |
| HSV(B) | 178.24º | 0.31% | 0.86% | - |
| XYZ | 51.2 | 62.92 | 75.78 | - |
| YUV | 199.44 | 138.47 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 218 | 0.31 | 0 | 0.01 | 0.14 | 178.24 | 0.49 | 0.73 |
| Hex | 98 | DC | DA | 1F | 0 | 1 | E | B2 | 31 | 49 |
| Octal | 230 | 334 | 332 | 37 | 0 | 1 | 16 | 262 | 61 | 111 |
| Binary | 10011000 | 11011100 | 11011010 | 11111 | 0 | 1 | 1110 | 10110010 | 110001 | 1001001 |
Color Harmonies of #98DCDA
Complementary color
Monochromatic Colors of #98DCDA
Black with #98DCDA
Text Example
Text Example
White with #98DCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCDA; }
p { color: rgb(152,220,218); }
H1.HeaderClassName
{
color: #98DCDA;
}
.AnyTagClassName
{
color: #98DCDA;
}
</style>
background-color css
<style>
a { background-color: #98DCDA; }
a { background-color: rgb(152,220,218); }
div.DivClassName
{
background-color: #98DCDA;
}
.BgClassName
{
background-color: #98DCDA;
}
</style>
border-color css
<style>
span { border-color: #98DCDA; }
span { border-color: rgb(152,220,218); }
td.TdClassName
{
border-color: #98DCDA;
}
.TagClassName
{
border-color: #98DCDA;
}
</style>