Shades of Morning Glory #94DCDC
Tints of Morning Glory #94DCDC
RGB
CMYK
RGB Variations
Color information
#94DCDC (or 0x94DCDC) is known color: Morning Glory. HEX triplet: 94, DC and DC. RGB value is (148,220,220). Sum of RGB (Red+Green+Blue) = 148+220+220=588 (77% of max value = 765). Red value is 148 (58.20% from 255 or 25.17% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #94DCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94DCDC is #6B2323. Grayscale: #C6C6C6. Windows color (decimal): -7021348 or 14474388. OLE color: 14474388.
HSL color Cylindrical-coordinate representation of color #94DCDC: hue angle of 180º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DCDC is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 220 | - |
| CMYK | 0.33 | 0 | 0 | 0.14 |
| HSL | 180º | 0.51% | 0.72% | - |
| HSV(B) | 180º | 0.33% | 0.86% | - |
| XYZ | 50.72 | 62.65 | 77.13 | - |
| YUV | 198.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 220 | 0.33 | 0 | 0 | 0.14 | 180 | 0.51 | 0.72 |
| Hex | 94 | DC | DC | 21 | 0 | 0 | E | B4 | 33 | 48 |
| Octal | 224 | 334 | 334 | 41 | 0 | 0 | 16 | 264 | 63 | 110 |
| Binary | 10010100 | 11011100 | 11011100 | 100001 | 0 | 0 | 1110 | 10110100 | 110011 | 1001000 |
Color Harmonies of #94DCDC
Complementary color
Monochromatic Colors of #94DCDC
Black with #94DCDC
Text Example
Text Example
White with #94DCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DCDC; }
p { color: rgb(148,220,220); }
H1.HeaderClassName
{
color: #94DCDC;
}
.AnyTagClassName
{
color: #94DCDC;
}
</style>
background-color css
<style>
a { background-color: #94DCDC; }
a { background-color: rgb(148,220,220); }
div.DivClassName
{
background-color: #94DCDC;
}
.BgClassName
{
background-color: #94DCDC;
}
</style>
border-color css
<style>
span { border-color: #94DCDC; }
span { border-color: rgb(148,220,220); }
td.TdClassName
{
border-color: #94DCDC;
}
.TagClassName
{
border-color: #94DCDC;
}
</style>