Shades of Morning Glory #90DCDF
Tints of Morning Glory #90DCDF
RGB
CMYK
RGB Variations
Color information
#90DCDF (or 0x90DCDF) is known color: Morning Glory. HEX triplet: 90, DC and DF. RGB value is (144,220,223). Sum of RGB (Red+Green+Blue) = 144+220+223=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #90DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCDF is #6F2320. Grayscale: #C5C5C5. Windows color (decimal): -7283489 or 14670992. OLE color: 14670992.
HSL color Cylindrical-coordinate representation of color #90DCDF: hue angle of 182.28º degrees, saturation: 0.55, 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 #90DCDF is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 220 | 223 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.13 |
| HSL | 182.28º | 0.55% | 0.72% | - |
| HSV(B) | 182.28º | 0.35% | 0.87% | - |
| XYZ | 50.41 | 62.44 | 79.21 | - |
| YUV | 197.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 223 | 0.35 | 0.01 | 0 | 0.13 | 182.28 | 0.55 | 0.72 |
| Hex | 90 | DC | DF | 23 | 1 | 0 | D | B6 | 37 | 48 |
| Octal | 220 | 334 | 337 | 43 | 1 | 0 | 15 | 266 | 67 | 110 |
| Binary | 10010000 | 11011100 | 11011111 | 100011 | 1 | 0 | 1101 | 10110110 | 110111 | 1001000 |
Color Harmonies of #90DCDF
Complementary color
Monochromatic Colors of #90DCDF
Black with #90DCDF
Text Example
Text Example
White with #90DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCDF; }
p { color: rgb(144,220,223); }
H1.HeaderClassName
{
color: #90DCDF;
}
.AnyTagClassName
{
color: #90DCDF;
}
</style>
background-color css
<style>
a { background-color: #90DCDF; }
a { background-color: rgb(144,220,223); }
div.DivClassName
{
background-color: #90DCDF;
}
.BgClassName
{
background-color: #90DCDF;
}
</style>
border-color css
<style>
span { border-color: #90DCDF; }
span { border-color: rgb(144,220,223); }
td.TdClassName
{
border-color: #90DCDF;
}
.TagClassName
{
border-color: #90DCDF;
}
</style>