Shades of Morning Glory #9ADADC
Tints of Morning Glory #9ADADC
RGB
CMYK
RGB Variations
Color information
#9ADADC (or 0x9ADADC) is known color: Morning Glory. HEX triplet: 9A, DA and DC. RGB value is (154,218,220). Sum of RGB (Red+Green+Blue) = 154+218+220=592 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.01% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ADADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADADC is #652523. Grayscale: #C7C7C7. Windows color (decimal): -6628644 or 14473882. OLE color: 14473882.
HSL color Cylindrical-coordinate representation of color #9ADADC: hue angle of 181.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADADC is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 218 | 220 | - |
| CMYK | 0.3 | 0.01 | 0 | 0.14 |
| HSL | 181.82º | 0.49% | 0.73% | - |
| HSV(B) | 181.82º | 0.3% | 0.86% | - |
| XYZ | 51.32 | 62.18 | 77.01 | - |
| YUV | 199.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 220 | 0.3 | 0.01 | 0 | 0.14 | 181.82 | 0.49 | 0.73 |
| Hex | 9A | DA | DC | 1E | 1 | 0 | E | B6 | 31 | 49 |
| Octal | 232 | 332 | 334 | 36 | 1 | 0 | 16 | 266 | 61 | 111 |
| Binary | 10011010 | 11011010 | 11011100 | 11110 | 1 | 0 | 1110 | 10110110 | 110001 | 1001001 |
Color Harmonies of #9ADADC
Complementary color
Monochromatic Colors of #9ADADC
Black with #9ADADC
Text Example
Text Example
White with #9ADADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADADC; }
p { color: rgb(154,218,220); }
H1.HeaderClassName
{
color: #9ADADC;
}
.AnyTagClassName
{
color: #9ADADC;
}
</style>
background-color css
<style>
a { background-color: #9ADADC; }
a { background-color: rgb(154,218,220); }
div.DivClassName
{
background-color: #9ADADC;
}
.BgClassName
{
background-color: #9ADADC;
}
</style>
border-color css
<style>
span { border-color: #9ADADC; }
span { border-color: rgb(154,218,220); }
td.TdClassName
{
border-color: #9ADADC;
}
.TagClassName
{
border-color: #9ADADC;
}
</style>