Shades of Morning Glory #9ADCD7
Tints of Morning Glory #9ADCD7
RGB
CMYK
RGB Variations
Color information
#9ADCD7 (or 0x9ADCD7) is known color: Morning Glory. HEX triplet: 9A, DC and D7. RGB value is (154,220,215). Sum of RGB (Red+Green+Blue) = 154+220+215=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 215 (84.38% from 255 or 36.50% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCD7 is #652328. Grayscale: #C7C7C7. Windows color (decimal): -6628137 or 14146714. OLE color: 14146714.
HSL color Cylindrical-coordinate representation of color #9ADCD7: hue angle of 175.45º 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 #9ADCD7 is Cyan = 0.3, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 215 | - |
| CMYK | 0.3 | 0 | 0.02 | 0.14 |
| HSL | 175.45º | 0.49% | 0.73% | - |
| HSV(B) | 175.45º | 0.3% | 0.86% | - |
| XYZ | 51.19 | 62.96 | 73.75 | - |
| YUV | 199.7 | 136.63 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 215 | 0.3 | 0 | 0.02 | 0.14 | 175.45 | 0.49 | 0.73 |
| Hex | 9A | DC | D7 | 1E | 0 | 2 | E | AF | 31 | 49 |
| Octal | 232 | 334 | 327 | 36 | 0 | 2 | 16 | 257 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11010111 | 11110 | 0 | 10 | 1110 | 10101111 | 110001 | 1001001 |
Color Harmonies of #9ADCD7
Complementary color
Monochromatic Colors of #9ADCD7
Black with #9ADCD7
Text Example
Text Example
White with #9ADCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCD7; }
p { color: rgb(154,220,215); }
H1.HeaderClassName
{
color: #9ADCD7;
}
.AnyTagClassName
{
color: #9ADCD7;
}
</style>
background-color css
<style>
a { background-color: #9ADCD7; }
a { background-color: rgb(154,220,215); }
div.DivClassName
{
background-color: #9ADCD7;
}
.BgClassName
{
background-color: #9ADCD7;
}
</style>
border-color css
<style>
span { border-color: #9ADCD7; }
span { border-color: rgb(154,220,215); }
td.TdClassName
{
border-color: #9ADCD7;
}
.TagClassName
{
border-color: #9ADCD7;
}
</style>