Shades of Morning Glory #90CFD7
Tints of Morning Glory #90CFD7
RGB
CMYK
RGB Variations
Color information
#90CFD7 (or 0x90CFD7) is known color: Morning Glory. HEX triplet: 90, CF and D7. RGB value is (144,207,215). Sum of RGB (Red+Green+Blue) = 144+207+215=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #90CFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFD7 is #6F3028. Grayscale: #BCBCBC. Windows color (decimal): -7286825 or 14143376. OLE color: 14143376.
HSL color Cylindrical-coordinate representation of color #90CFD7: hue angle of 186.76º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90CFD7 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 207 | 215 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.16 |
| HSL | 186.76º | 0.47% | 0.7% | - |
| HSV(B) | 186.76º | 0.33% | 0.84% | - |
| XYZ | 46.08 | 55.46 | 72.57 | - |
| YUV | 189.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 215 | 0.33 | 0.04 | 0 | 0.16 | 186.76 | 0.47 | 0.7 |
| Hex | 90 | CF | D7 | 21 | 4 | 0 | 10 | BB | 2F | 46 |
| Octal | 220 | 317 | 327 | 41 | 4 | 0 | 20 | 273 | 57 | 106 |
| Binary | 10010000 | 11001111 | 11010111 | 100001 | 100 | 0 | 10000 | 10111011 | 101111 | 1000110 |
Color Harmonies of #90CFD7
Complementary color
Monochromatic Colors of #90CFD7
Black with #90CFD7
Text Example
Text Example
White with #90CFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFD7; }
p { color: rgb(144,207,215); }
H1.HeaderClassName
{
color: #90CFD7;
}
.AnyTagClassName
{
color: #90CFD7;
}
</style>
background-color css
<style>
a { background-color: #90CFD7; }
a { background-color: rgb(144,207,215); }
div.DivClassName
{
background-color: #90CFD7;
}
.BgClassName
{
background-color: #90CFD7;
}
</style>
border-color css
<style>
span { border-color: #90CFD7; }
span { border-color: rgb(144,207,215); }
td.TdClassName
{
border-color: #90CFD7;
}
.TagClassName
{
border-color: #90CFD7;
}
</style>