Shades of Morning Glory #94DDD8
Tints of Morning Glory #94DDD8
RGB
CMYK
RGB Variations
Color information
#94DDD8 (or 0x94DDD8) is known color: Morning Glory. HEX triplet: 94, DD and D8. RGB value is (148,221,216). Sum of RGB (Red+Green+Blue) = 148+221+216=585 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.30% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DDD8 is #6B2227. Grayscale: #C6C6C6. Windows color (decimal): -7021096 or 14212500. OLE color: 14212500.
HSL color Cylindrical-coordinate representation of color #94DDD8: hue angle of 175.89º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DDD8 is Cyan = 0.33, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 216 | - |
| CMYK | 0.33 | 0 | 0.02 | 0.13 |
| HSL | 175.89º | 0.52% | 0.72% | - |
| HSV(B) | 175.89º | 0.33% | 0.87% | - |
| XYZ | 50.46 | 62.97 | 74.46 | - |
| YUV | 198.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 216 | 0.33 | 0 | 0.02 | 0.13 | 175.89 | 0.52 | 0.72 |
| Hex | 94 | DD | D8 | 21 | 0 | 2 | D | B0 | 34 | 48 |
| Octal | 224 | 335 | 330 | 41 | 0 | 2 | 15 | 260 | 64 | 110 |
| Binary | 10010100 | 11011101 | 11011000 | 100001 | 0 | 10 | 1101 | 10110000 | 110100 | 1001000 |
Color Harmonies of #94DDD8
Complementary color
Monochromatic Colors of #94DDD8
Black with #94DDD8
Text Example
Text Example
White with #94DDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDD8; }
p { color: rgb(148,221,216); }
H1.HeaderClassName
{
color: #94DDD8;
}
.AnyTagClassName
{
color: #94DDD8;
}
</style>
background-color css
<style>
a { background-color: #94DDD8; }
a { background-color: rgb(148,221,216); }
div.DivClassName
{
background-color: #94DDD8;
}
.BgClassName
{
background-color: #94DDD8;
}
</style>
border-color css
<style>
span { border-color: #94DDD8; }
span { border-color: rgb(148,221,216); }
td.TdClassName
{
border-color: #94DDD8;
}
.TagClassName
{
border-color: #94DDD8;
}
</style>