Shades of Morning Glory #90CACC
Tints of Morning Glory #90CACC
RGB
CMYK
RGB Variations
Color information
#90CACC (or 0x90CACC) is known color: Morning Glory. HEX triplet: 90, CA and CC. RGB value is (144,202,204). Sum of RGB (Red+Green+Blue) = 144+202+204=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #90CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CACC is #6F3533. Grayscale: #B8B8B8. Windows color (decimal): -7288116 or 13421200. OLE color: 13421200.
HSL color Cylindrical-coordinate representation of color #90CACC: hue angle of 182º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CACC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 202 | 204 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.2 |
| HSL | 182º | 0.37% | 0.68% | - |
| HSV(B) | 182º | 0.29% | 0.8% | - |
| XYZ | 43.52 | 52.53 | 64.97 | - |
| YUV | 184.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 204 | 0.29 | 0.01 | 0 | 0.2 | 182 | 0.37 | 0.68 |
| Hex | 90 | CA | CC | 1D | 1 | 0 | 14 | B6 | 25 | 44 |
| Octal | 220 | 312 | 314 | 35 | 1 | 0 | 24 | 266 | 45 | 104 |
| Binary | 10010000 | 11001010 | 11001100 | 11101 | 1 | 0 | 10100 | 10110110 | 100101 | 1000100 |
Color Harmonies of #90CACC
Complementary color
Monochromatic Colors of #90CACC
Black with #90CACC
Text Example
Text Example
White with #90CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CACC; }
p { color: rgb(144,202,204); }
H1.HeaderClassName
{
color: #90CACC;
}
.AnyTagClassName
{
color: #90CACC;
}
</style>
background-color css
<style>
a { background-color: #90CACC; }
a { background-color: rgb(144,202,204); }
div.DivClassName
{
background-color: #90CACC;
}
.BgClassName
{
background-color: #90CACC;
}
</style>
border-color css
<style>
span { border-color: #90CACC; }
span { border-color: rgb(144,202,204); }
td.TdClassName
{
border-color: #90CACC;
}
.TagClassName
{
border-color: #90CACC;
}
</style>