Shades of Morning Glory #90DBD7
Tints of Morning Glory #90DBD7
RGB
CMYK
RGB Variations
Color information
#90DBD7 (or 0x90DBD7) is known color: Morning Glory. HEX triplet: 90, DB and D7. RGB value is (144,219,215). Sum of RGB (Red+Green+Blue) = 144+219+215=578 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.91% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 215 (84.38% from 255 or 37.20% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBD7 is #6F2428. Grayscale: #C4C4C4. Windows color (decimal): -7283753 or 14146448. OLE color: 14146448.
HSL color Cylindrical-coordinate representation of color #90DBD7: hue angle of 176.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DBD7 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 215 | - |
| CMYK | 0.34 | 0 | 0.02 | 0.14 |
| HSL | 176.8º | 0.51% | 0.71% | - |
| HSV(B) | 176.8º | 0.34% | 0.86% | - |
| XYZ | 49.1 | 61.5 | 73.57 | - |
| YUV | 196.12 | 138.65 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 215 | 0.34 | 0 | 0.02 | 0.14 | 176.8 | 0.51 | 0.71 |
| Hex | 90 | DB | D7 | 22 | 0 | 2 | E | B1 | 33 | 47 |
| Octal | 220 | 333 | 327 | 42 | 0 | 2 | 16 | 261 | 63 | 107 |
| Binary | 10010000 | 11011011 | 11010111 | 100010 | 0 | 10 | 1110 | 10110001 | 110011 | 1000111 |
Color Harmonies of #90DBD7
Complementary color
Monochromatic Colors of #90DBD7
Black with #90DBD7
Text Example
Text Example
White with #90DBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBD7; }
p { color: rgb(144,219,215); }
H1.HeaderClassName
{
color: #90DBD7;
}
.AnyTagClassName
{
color: #90DBD7;
}
</style>
background-color css
<style>
a { background-color: #90DBD7; }
a { background-color: rgb(144,219,215); }
div.DivClassName
{
background-color: #90DBD7;
}
.BgClassName
{
background-color: #90DBD7;
}
</style>
border-color css
<style>
span { border-color: #90DBD7; }
span { border-color: rgb(144,219,215); }
td.TdClassName
{
border-color: #90DBD7;
}
.TagClassName
{
border-color: #90DBD7;
}
</style>