Shades of Morning Glory #94DEDD
Tints of Morning Glory #94DEDD
RGB
CMYK
RGB Variations
Color information
#94DEDD (or 0x94DEDD) is known color: Morning Glory. HEX triplet: 94, DE and DD. RGB value is (148,222,221). Sum of RGB (Red+Green+Blue) = 148+222+221=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #94DEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DEDD is #6B2122. Grayscale: #C7C7C7. Windows color (decimal): -7020835 or 14540436. OLE color: 14540436.
HSL color Cylindrical-coordinate representation of color #94DEDD: hue angle of 179.19º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DEDD is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 222 | 221 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.13 |
| HSL | 179.19º | 0.53% | 0.73% | - |
| HSV(B) | 179.19º | 0.33% | 0.87% | - |
| XYZ | 51.39 | 63.76 | 78.01 | - |
| YUV | 199.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 222 | 221 | 0.33 | 0 | 0.00 | 0.13 | 179.19 | 0.53 | 0.73 |
| Hex | 94 | DE | DD | 21 | 0 | 0 | D | B3 | 35 | 49 |
| Octal | 224 | 336 | 335 | 41 | 0 | 0 | 15 | 263 | 65 | 111 |
| Binary | 10010100 | 11011110 | 11011101 | 100001 | 0 | 0 | 1101 | 10110011 | 110101 | 1001001 |
Color Harmonies of #94DEDD
Complementary color
Monochromatic Colors of #94DEDD
Black with #94DEDD
Text Example
Text Example
White with #94DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DEDD; }
p { color: rgb(148,222,221); }
H1.HeaderClassName
{
color: #94DEDD;
}
.AnyTagClassName
{
color: #94DEDD;
}
</style>
background-color css
<style>
a { background-color: #94DEDD; }
a { background-color: rgb(148,222,221); }
div.DivClassName
{
background-color: #94DEDD;
}
.BgClassName
{
background-color: #94DEDD;
}
</style>
border-color css
<style>
span { border-color: #94DEDD; }
span { border-color: rgb(148,222,221); }
td.TdClassName
{
border-color: #94DEDD;
}
.TagClassName
{
border-color: #94DEDD;
}
</style>