Shades of Morning Glory #90D5DC
Tints of Morning Glory #90D5DC
RGB
CMYK
RGB Variations
Color information
#90D5DC (or 0x90D5DC) is known color: Morning Glory. HEX triplet: 90, D5 and DC. RGB value is (144,213,220). Sum of RGB (Red+Green+Blue) = 144+213+220=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #90D5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90D5DC is #6F2A23. Grayscale: #C1C1C1. Windows color (decimal): -7285284 or 14472592. OLE color: 14472592.
HSL color Cylindrical-coordinate representation of color #90D5DC: hue angle of 185.53º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90D5DC is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 213 | 220 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.14 |
| HSL | 185.53º | 0.52% | 0.71% | - |
| HSV(B) | 185.53º | 0.35% | 0.86% | - |
| XYZ | 48.21 | 58.69 | 76.5 | - |
| YUV | 193.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 220 | 0.35 | 0.03 | 0 | 0.14 | 185.53 | 0.52 | 0.71 |
| Hex | 90 | D5 | DC | 23 | 3 | 0 | E | BA | 34 | 47 |
| Octal | 220 | 325 | 334 | 43 | 3 | 0 | 16 | 272 | 64 | 107 |
| Binary | 10010000 | 11010101 | 11011100 | 100011 | 11 | 0 | 1110 | 10111010 | 110100 | 1000111 |
Color Harmonies of #90D5DC
Complementary color
Monochromatic Colors of #90D5DC
Black with #90D5DC
Text Example
Text Example
White with #90D5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D5DC; }
p { color: rgb(144,213,220); }
H1.HeaderClassName
{
color: #90D5DC;
}
.AnyTagClassName
{
color: #90D5DC;
}
</style>
background-color css
<style>
a { background-color: #90D5DC; }
a { background-color: rgb(144,213,220); }
div.DivClassName
{
background-color: #90D5DC;
}
.BgClassName
{
background-color: #90D5DC;
}
</style>
border-color css
<style>
span { border-color: #90D5DC; }
span { border-color: rgb(144,213,220); }
td.TdClassName
{
border-color: #90D5DC;
}
.TagClassName
{
border-color: #90D5DC;
}
</style>