Shades of Morning Glory #98DCDC
Tints of Morning Glory #98DCDC
RGB
CMYK
RGB Variations
Color information
#98DCDC (or 0x98DCDC) is known color: Morning Glory. HEX triplet: 98, DC and DC. RGB value is (152,220,220). Sum of RGB (Red+Green+Blue) = 152+220+220=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #98DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DCDC is #672323. Grayscale: #C7C7C7. Windows color (decimal): -6759204 or 14474392. OLE color: 14474392.
HSL color Cylindrical-coordinate representation of color #98DCDC: hue angle of 180º 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 #98DCDC is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 220 | 220 | - |
| CMYK | 0.31 | 0 | 0 | 0.14 |
| HSL | 180º | 0.49% | 0.73% | - |
| HSV(B) | 180º | 0.31% | 0.86% | - |
| XYZ | 51.46 | 63.03 | 77.16 | - |
| YUV | 199.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 220 | 220 | 0.31 | 0 | 0 | 0.14 | 180 | 0.49 | 0.73 |
| Hex | 98 | DC | DC | 1F | 0 | 0 | E | B4 | 31 | 49 |
| Octal | 230 | 334 | 334 | 37 | 0 | 0 | 16 | 264 | 61 | 111 |
| Binary | 10011000 | 11011100 | 11011100 | 11111 | 0 | 0 | 1110 | 10110100 | 110001 | 1001001 |
Color Harmonies of #98DCDC
Complementary color
Monochromatic Colors of #98DCDC
Black with #98DCDC
Text Example
Text Example
White with #98DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DCDC; }
p { color: rgb(152,220,220); }
H1.HeaderClassName
{
color: #98DCDC;
}
.AnyTagClassName
{
color: #98DCDC;
}
</style>
background-color css
<style>
a { background-color: #98DCDC; }
a { background-color: rgb(152,220,220); }
div.DivClassName
{
background-color: #98DCDC;
}
.BgClassName
{
background-color: #98DCDC;
}
</style>
border-color css
<style>
span { border-color: #98DCDC; }
span { border-color: rgb(152,220,220); }
td.TdClassName
{
border-color: #98DCDC;
}
.TagClassName
{
border-color: #98DCDC;
}
</style>