Shades of Morning Glory #9ADBDD
Tints of Morning Glory #9ADBDD
RGB
CMYK
RGB Variations
Color information
#9ADBDD (or 0x9ADBDD) is known color: Morning Glory. HEX triplet: 9A, DB and DD. RGB value is (154,219,221). Sum of RGB (Red+Green+Blue) = 154+219+221=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ADBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBDD is #652422. Grayscale: #C7C7C7. Windows color (decimal): -6628387 or 14539674. OLE color: 14539674.
HSL color Cylindrical-coordinate representation of color #9ADBDD: hue angle of 181.79º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADBDD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 219 | 221 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.13 |
| HSL | 181.79º | 0.5% | 0.74% | - |
| HSV(B) | 181.79º | 0.3% | 0.87% | - |
| XYZ | 51.71 | 62.75 | 77.79 | - |
| YUV | 199.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 221 | 0.30 | 0.01 | 0 | 0.13 | 181.79 | 0.5 | 0.74 |
| Hex | 9A | DB | DD | 1E | 1 | 0 | D | B6 | 32 | 4A |
| Octal | 232 | 333 | 335 | 36 | 1 | 0 | 15 | 266 | 62 | 112 |
| Binary | 10011010 | 11011011 | 11011101 | 11110 | 1 | 0 | 1101 | 10110110 | 110010 | 1001010 |
Color Harmonies of #9ADBDD
Complementary color
Monochromatic Colors of #9ADBDD
Black with #9ADBDD
Text Example
Text Example
White with #9ADBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBDD; }
p { color: rgb(154,219,221); }
H1.HeaderClassName
{
color: #9ADBDD;
}
.AnyTagClassName
{
color: #9ADBDD;
}
</style>
background-color css
<style>
a { background-color: #9ADBDD; }
a { background-color: rgb(154,219,221); }
div.DivClassName
{
background-color: #9ADBDD;
}
.BgClassName
{
background-color: #9ADBDD;
}
</style>
border-color css
<style>
span { border-color: #9ADBDD; }
span { border-color: rgb(154,219,221); }
td.TdClassName
{
border-color: #9ADBDD;
}
.TagClassName
{
border-color: #9ADBDD;
}
</style>