Shades of Morning Glory #98DFDC
Tints of Morning Glory #98DFDC
RGB
CMYK
RGB Variations
Color information
#98DFDC (or 0x98DFDC) is known color: Morning Glory. HEX triplet: 98, DF and DC. RGB value is (152,223,220). Sum of RGB (Red+Green+Blue) = 152+223+220=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #98DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98DFDC is #672023. Grayscale: #C9C9C9. Windows color (decimal): -6758436 or 14475160. OLE color: 14475160.
HSL color Cylindrical-coordinate representation of color #98DFDC: hue angle of 177.46º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DFDC is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 220 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.13 |
| HSL | 177.46º | 0.53% | 0.74% | - |
| HSV(B) | 177.46º | 0.32% | 0.87% | - |
| XYZ | 52.25 | 64.62 | 77.43 | - |
| YUV | 201.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 220 | 0.32 | 0 | 0.01 | 0.13 | 177.46 | 0.53 | 0.74 |
| Hex | 98 | DF | DC | 20 | 0 | 1 | D | B1 | 35 | 4A |
| Octal | 230 | 337 | 334 | 40 | 0 | 1 | 15 | 261 | 65 | 112 |
| Binary | 10011000 | 11011111 | 11011100 | 100000 | 0 | 1 | 1101 | 10110001 | 110101 | 1001010 |
Color Harmonies of #98DFDC
Complementary color
Monochromatic Colors of #98DFDC
Black with #98DFDC
Text Example
Text Example
White with #98DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFDC; }
p { color: rgb(152,223,220); }
H1.HeaderClassName
{
color: #98DFDC;
}
.AnyTagClassName
{
color: #98DFDC;
}
</style>
background-color css
<style>
a { background-color: #98DFDC; }
a { background-color: rgb(152,223,220); }
div.DivClassName
{
background-color: #98DFDC;
}
.BgClassName
{
background-color: #98DFDC;
}
</style>
border-color css
<style>
span { border-color: #98DFDC; }
span { border-color: rgb(152,223,220); }
td.TdClassName
{
border-color: #98DFDC;
}
.TagClassName
{
border-color: #98DFDC;
}
</style>