Shades of Morning Glory #90CDCC
Tints of Morning Glory #90CDCC
RGB
CMYK
RGB Variations
Color information
#90CDCC (or 0x90CDCC) is known color: Morning Glory. HEX triplet: 90, CD and CC. RGB value is (144,205,204). Sum of RGB (Red+Green+Blue) = 144+205+204=553 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.04% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDCC is #6F3233. Grayscale: #BABABA. Windows color (decimal): -7287348 or 13421968. OLE color: 13421968.
HSL color Cylindrical-coordinate representation of color #90CDCC: hue angle of 179.02º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDCC is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 204 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.20 |
| HSL | 179.02º | 0.38% | 0.68% | - |
| HSV(B) | 179.02º | 0.3% | 0.8% | - |
| XYZ | 44.23 | 53.95 | 65.21 | - |
| YUV | 186.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 204 | 0.30 | 0 | 0.00 | 0.20 | 179.02 | 0.38 | 0.68 |
| Hex | 90 | CD | CC | 1E | 0 | 0 | 14 | B3 | 26 | 44 |
| Octal | 220 | 315 | 314 | 36 | 0 | 0 | 24 | 263 | 46 | 104 |
| Binary | 10010000 | 11001101 | 11001100 | 11110 | 0 | 0 | 10100 | 10110011 | 100110 | 1000100 |
Color Harmonies of #90CDCC
Complementary color
Monochromatic Colors of #90CDCC
Black with #90CDCC
Text Example
Text Example
White with #90CDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDCC; }
p { color: rgb(144,205,204); }
H1.HeaderClassName
{
color: #90CDCC;
}
.AnyTagClassName
{
color: #90CDCC;
}
</style>
background-color css
<style>
a { background-color: #90CDCC; }
a { background-color: rgb(144,205,204); }
div.DivClassName
{
background-color: #90CDCC;
}
.BgClassName
{
background-color: #90CDCC;
}
</style>
border-color css
<style>
span { border-color: #90CDCC; }
span { border-color: rgb(144,205,204); }
td.TdClassName
{
border-color: #90CDCC;
}
.TagClassName
{
border-color: #90CDCC;
}
</style>