Shades of Morning Glory #90DEDB
Tints of Morning Glory #90DEDB
RGB
CMYK
RGB Variations
Color information
#90DEDB (or 0x90DEDB) is known color: Morning Glory. HEX triplet: 90, DE and DB. RGB value is (144,222,219). Sum of RGB (Red+Green+Blue) = 144+222+219=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #90DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DEDB is #6F2124. Grayscale: #C6C6C6. Windows color (decimal): -7282981 or 14409360. OLE color: 14409360.
HSL color Cylindrical-coordinate representation of color #90DEDB: hue angle of 177.69º 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 #90DEDB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 219 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.13 |
| HSL | 177.69º | 0.54% | 0.72% | - |
| HSV(B) | 177.69º | 0.35% | 0.87% | - |
| XYZ | 50.41 | 63.29 | 76.58 | - |
| YUV | 198.34 | 139.66 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 219 | 0.35 | 0 | 0.01 | 0.13 | 177.69 | 0.54 | 0.72 |
| Hex | 90 | DE | DB | 23 | 0 | 1 | D | B2 | 36 | 48 |
| Octal | 220 | 336 | 333 | 43 | 0 | 1 | 15 | 262 | 66 | 110 |
| Binary | 10010000 | 11011110 | 11011011 | 100011 | 0 | 1 | 1101 | 10110010 | 110110 | 1001000 |
Color Harmonies of #90DEDB
Complementary color
Monochromatic Colors of #90DEDB
Black with #90DEDB
Text Example
Text Example
White with #90DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DEDB; }
p { color: rgb(144,222,219); }
H1.HeaderClassName
{
color: #90DEDB;
}
.AnyTagClassName
{
color: #90DEDB;
}
</style>
background-color css
<style>
a { background-color: #90DEDB; }
a { background-color: rgb(144,222,219); }
div.DivClassName
{
background-color: #90DEDB;
}
.BgClassName
{
background-color: #90DEDB;
}
</style>
border-color css
<style>
span { border-color: #90DEDB; }
span { border-color: rgb(144,222,219); }
td.TdClassName
{
border-color: #90DEDB;
}
.TagClassName
{
border-color: #90DEDB;
}
</style>