Shades of Morning Glory #90CDCD
Tints of Morning Glory #90CDCD
RGB
CMYK
RGB Variations
Color information
#90CDCD (or 0x90CDCD) is known color: Morning Glory. HEX triplet: 90, CD and CD. RGB value is (144,205,205). Sum of RGB (Red+Green+Blue) = 144+205+205=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #90CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDCD is #6F3232. Grayscale: #BABABA. Windows color (decimal): -7287347 or 13487504. OLE color: 13487504.
HSL color Cylindrical-coordinate representation of color #90CDCD: hue angle of 180º 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 #90CDCD is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 205 | - |
| CMYK | 0.30 | 0 | 0 | 0.20 |
| HSL | 180º | 0.38% | 0.68% | - |
| HSV(B) | 180º | 0.3% | 0.8% | - |
| XYZ | 44.35 | 54 | 65.84 | - |
| YUV | 186.76 | 138.29 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 205 | 0.30 | 0 | 0 | 0.20 | 180 | 0.38 | 0.68 |
| Hex | 90 | CD | CD | 1E | 0 | 0 | 14 | B4 | 26 | 44 |
| Octal | 220 | 315 | 315 | 36 | 0 | 0 | 24 | 264 | 46 | 104 |
| Binary | 10010000 | 11001101 | 11001101 | 11110 | 0 | 0 | 10100 | 10110100 | 100110 | 1000100 |
Color Harmonies of #90CDCD
Complementary color
Monochromatic Colors of #90CDCD
Black with #90CDCD
Text Example
Text Example
White with #90CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDCD; }
p { color: rgb(144,205,205); }
H1.HeaderClassName
{
color: #90CDCD;
}
.AnyTagClassName
{
color: #90CDCD;
}
</style>
background-color css
<style>
a { background-color: #90CDCD; }
a { background-color: rgb(144,205,205); }
div.DivClassName
{
background-color: #90CDCD;
}
.BgClassName
{
background-color: #90CDCD;
}
</style>
border-color css
<style>
span { border-color: #90CDCD; }
span { border-color: rgb(144,205,205); }
td.TdClassName
{
border-color: #90CDCD;
}
.TagClassName
{
border-color: #90CDCD;
}
</style>