Shades of Morning Glory #94DDDC
Tints of Morning Glory #94DDDC
RGB
CMYK
RGB Variations
Color information
#94DDDC (or 0x94DDDC) is known color: Morning Glory. HEX triplet: 94, DD and DC. RGB value is (148,221,220). Sum of RGB (Red+Green+Blue) = 148+221+220=589 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.13% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DDDC is #6B2223. Grayscale: #C6C6C6. Windows color (decimal): -7021092 or 14474644. OLE color: 14474644.
HSL color Cylindrical-coordinate representation of color #94DDDC: hue angle of 179.18º 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 #94DDDC is Cyan = 0.33, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 220 | - |
| CMYK | 0.33 | 0 | 0.00 | 0.13 |
| HSL | 179.18º | 0.52% | 0.72% | - |
| HSV(B) | 179.18º | 0.33% | 0.87% | - |
| XYZ | 50.99 | 63.18 | 77.22 | - |
| YUV | 199.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 220 | 0.33 | 0 | 0.00 | 0.13 | 179.18 | 0.52 | 0.72 |
| Hex | 94 | DD | DC | 21 | 0 | 0 | D | B3 | 34 | 48 |
| Octal | 224 | 335 | 334 | 41 | 0 | 0 | 15 | 263 | 64 | 110 |
| Binary | 10010100 | 11011101 | 11011100 | 100001 | 0 | 0 | 1101 | 10110011 | 110100 | 1001000 |
Color Harmonies of #94DDDC
Complementary color
Monochromatic Colors of #94DDDC
Black with #94DDDC
Text Example
Text Example
White with #94DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDDC; }
p { color: rgb(148,221,220); }
H1.HeaderClassName
{
color: #94DDDC;
}
.AnyTagClassName
{
color: #94DDDC;
}
</style>
background-color css
<style>
a { background-color: #94DDDC; }
a { background-color: rgb(148,221,220); }
div.DivClassName
{
background-color: #94DDDC;
}
.BgClassName
{
background-color: #94DDDC;
}
</style>
border-color css
<style>
span { border-color: #94DDDC; }
span { border-color: rgb(148,221,220); }
td.TdClassName
{
border-color: #94DDDC;
}
.TagClassName
{
border-color: #94DDDC;
}
</style>