Shades of Morning Glory #90DEDC
Tints of Morning Glory #90DEDC
RGB
CMYK
RGB Variations
Color information
#90DEDC (or 0x90DEDC) is known color: Morning Glory. HEX triplet: 90, DE and DC. RGB value is (144,222,220). Sum of RGB (Red+Green+Blue) = 144+222+220=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEDC is #6F2123. Grayscale: #C6C6C6. Windows color (decimal): -7282980 or 14474896. OLE color: 14474896.
HSL color Cylindrical-coordinate representation of color #90DEDC: hue angle of 178.46º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DEDC is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 220 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.13 |
| HSL | 178.46º | 0.54% | 0.72% | - |
| HSV(B) | 178.46º | 0.35% | 0.87% | - |
| XYZ | 50.54 | 63.34 | 77.27 | - |
| YUV | 198.45 | 140.16 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 220 | 0.35 | 0 | 0.01 | 0.13 | 178.46 | 0.54 | 0.72 |
| Hex | 90 | DE | DC | 23 | 0 | 1 | D | B2 | 36 | 48 |
| Octal | 220 | 336 | 334 | 43 | 0 | 1 | 15 | 262 | 66 | 110 |
| Binary | 10010000 | 11011110 | 11011100 | 100011 | 0 | 1 | 1101 | 10110010 | 110110 | 1001000 |
Color Harmonies of #90DEDC
Complementary color
Monochromatic Colors of #90DEDC
Black with #90DEDC
Text Example
Text Example
White with #90DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEDC; }
p { color: rgb(144,222,220); }
H1.HeaderClassName
{
color: #90DEDC;
}
.AnyTagClassName
{
color: #90DEDC;
}
</style>
background-color css
<style>
a { background-color: #90DEDC; }
a { background-color: rgb(144,222,220); }
div.DivClassName
{
background-color: #90DEDC;
}
.BgClassName
{
background-color: #90DEDC;
}
</style>
border-color css
<style>
span { border-color: #90DEDC; }
span { border-color: rgb(144,222,220); }
td.TdClassName
{
border-color: #90DEDC;
}
.TagClassName
{
border-color: #90DEDC;
}
</style>