Shades of Morning Glory #90CBCD
Tints of Morning Glory #90CBCD
RGB
CMYK
RGB Variations
Color information
#90CBCD (or 0x90CBCD) is known color: Morning Glory. HEX triplet: 90, CB and CD. RGB value is (144,203,205). Sum of RGB (Red+Green+Blue) = 144+203+205=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #90CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBCD is #6F3432. Grayscale: #B9B9B9. Windows color (decimal): -7287859 or 13486992. OLE color: 13486992.
HSL color Cylindrical-coordinate representation of color #90CBCD: hue angle of 181.97º 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 #90CBCD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 205 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.20 |
| HSL | 181.97º | 0.38% | 0.68% | - |
| HSV(B) | 181.97º | 0.3% | 0.8% | - |
| XYZ | 43.88 | 53.05 | 65.68 | - |
| YUV | 185.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 205 | 0.30 | 0.01 | 0 | 0.20 | 181.97 | 0.38 | 0.68 |
| Hex | 90 | CB | CD | 1E | 1 | 0 | 14 | B6 | 26 | 44 |
| Octal | 220 | 313 | 315 | 36 | 1 | 0 | 24 | 266 | 46 | 104 |
| Binary | 10010000 | 11001011 | 11001101 | 11110 | 1 | 0 | 10100 | 10110110 | 100110 | 1000100 |
Color Harmonies of #90CBCD
Complementary color
Monochromatic Colors of #90CBCD
Black with #90CBCD
Text Example
Text Example
White with #90CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CBCD; }
p { color: rgb(144,203,205); }
H1.HeaderClassName
{
color: #90CBCD;
}
.AnyTagClassName
{
color: #90CBCD;
}
</style>
background-color css
<style>
a { background-color: #90CBCD; }
a { background-color: rgb(144,203,205); }
div.DivClassName
{
background-color: #90CBCD;
}
.BgClassName
{
background-color: #90CBCD;
}
</style>
border-color css
<style>
span { border-color: #90CBCD; }
span { border-color: rgb(144,203,205); }
td.TdClassName
{
border-color: #90CBCD;
}
.TagClassName
{
border-color: #90CBCD;
}
</style>