Shades of Morning Glory #90DAD8
Tints of Morning Glory #90DAD8
RGB
CMYK
RGB Variations
Color information
#90DAD8 (or 0x90DAD8) is known color: Morning Glory. HEX triplet: 90, DA and D8. RGB value is (144,218,216). Sum of RGB (Red+Green+Blue) = 144+218+216=578 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.91% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 216 (84.77% from 255 or 37.37% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAD8 is #6F2527. Grayscale: #C3C3C3. Windows color (decimal): -7284008 or 14211728. OLE color: 14211728.
HSL color Cylindrical-coordinate representation of color #90DAD8: hue angle of 178.38º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DAD8 is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 216 | - |
| CMYK | 0.34 | 0 | 0.01 | 0.15 |
| HSL | 178.38º | 0.5% | 0.71% | - |
| HSV(B) | 178.38º | 0.34% | 0.85% | - |
| XYZ | 48.97 | 61.03 | 74.16 | - |
| YUV | 195.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 216 | 0.34 | 0 | 0.01 | 0.15 | 178.38 | 0.5 | 0.71 |
| Hex | 90 | DA | D8 | 22 | 0 | 1 | F | B2 | 32 | 47 |
| Octal | 220 | 332 | 330 | 42 | 0 | 1 | 17 | 262 | 62 | 107 |
| Binary | 10010000 | 11011010 | 11011000 | 100010 | 0 | 1 | 1111 | 10110010 | 110010 | 1000111 |
Color Harmonies of #90DAD8
Complementary color
Monochromatic Colors of #90DAD8
Black with #90DAD8
Text Example
Text Example
White with #90DAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAD8; }
p { color: rgb(144,218,216); }
H1.HeaderClassName
{
color: #90DAD8;
}
.AnyTagClassName
{
color: #90DAD8;
}
</style>
background-color css
<style>
a { background-color: #90DAD8; }
a { background-color: rgb(144,218,216); }
div.DivClassName
{
background-color: #90DAD8;
}
.BgClassName
{
background-color: #90DAD8;
}
</style>
border-color css
<style>
span { border-color: #90DAD8; }
span { border-color: rgb(144,218,216); }
td.TdClassName
{
border-color: #90DAD8;
}
.TagClassName
{
border-color: #90DAD8;
}
</style>