Shades of Morning Glory #9ADBD6
Tints of Morning Glory #9ADBD6
RGB
CMYK
RGB Variations
Color information
#9ADBD6 (or 0x9ADBD6) is known color: Morning Glory. HEX triplet: 9A, DB and D6. RGB value is (154,219,214). Sum of RGB (Red+Green+Blue) = 154+219+214=587 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.24% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBD6 is #652429. Grayscale: #C6C6C6. Windows color (decimal): -6628394 or 14080922. OLE color: 14080922.
HSL color Cylindrical-coordinate representation of color #9ADBD6: hue angle of 175.38º degrees, saturation: 0.47, 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 #9ADBD6 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 214 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.14 |
| HSL | 175.38º | 0.47% | 0.73% | - |
| HSV(B) | 175.38º | 0.3% | 0.86% | - |
| XYZ | 50.8 | 62.39 | 72.98 | - |
| YUV | 199 | 136.47 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 214 | 0.30 | 0 | 0.02 | 0.14 | 175.38 | 0.47 | 0.73 |
| Hex | 9A | DB | D6 | 1E | 0 | 2 | E | AF | 2F | 49 |
| Octal | 232 | 333 | 326 | 36 | 0 | 2 | 16 | 257 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11010110 | 11110 | 0 | 10 | 1110 | 10101111 | 101111 | 1001001 |
Color Harmonies of #9ADBD6
Complementary color
Monochromatic Colors of #9ADBD6
Black with #9ADBD6
Text Example
Text Example
White with #9ADBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBD6; }
p { color: rgb(154,219,214); }
H1.HeaderClassName
{
color: #9ADBD6;
}
.AnyTagClassName
{
color: #9ADBD6;
}
</style>
background-color css
<style>
a { background-color: #9ADBD6; }
a { background-color: rgb(154,219,214); }
div.DivClassName
{
background-color: #9ADBD6;
}
.BgClassName
{
background-color: #9ADBD6;
}
</style>
border-color css
<style>
span { border-color: #9ADBD6; }
span { border-color: rgb(154,219,214); }
td.TdClassName
{
border-color: #9ADBD6;
}
.TagClassName
{
border-color: #9ADBD6;
}
</style>