Shades of Morning Glory #9ADBDA
Tints of Morning Glory #9ADBDA
RGB
CMYK
RGB Variations
Color information
#9ADBDA (or 0x9ADBDA) is known color: Morning Glory. HEX triplet: 9A, DB and DA. RGB value is (154,219,218). Sum of RGB (Red+Green+Blue) = 154+219+218=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBDA is #652425. Grayscale: #C7C7C7. Windows color (decimal): -6628390 or 14343066. OLE color: 14343066.
HSL color Cylindrical-coordinate representation of color #9ADBDA: hue angle of 179.08º 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 #9ADBDA is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 218 | - |
| CMYK | 0.30 | 0 | 0.00 | 0.14 |
| HSL | 179.08º | 0.47% | 0.73% | - |
| HSV(B) | 179.08º | 0.3% | 0.86% | - |
| XYZ | 51.31 | 62.6 | 75.71 | - |
| YUV | 199.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 218 | 0.30 | 0 | 0.00 | 0.14 | 179.08 | 0.47 | 0.73 |
| Hex | 9A | DB | DA | 1E | 0 | 0 | E | B3 | 2F | 49 |
| Octal | 232 | 333 | 332 | 36 | 0 | 0 | 16 | 263 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11011010 | 11110 | 0 | 0 | 1110 | 10110011 | 101111 | 1001001 |
Color Harmonies of #9ADBDA
Complementary color
Monochromatic Colors of #9ADBDA
Black with #9ADBDA
Text Example
Text Example
White with #9ADBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBDA; }
p { color: rgb(154,219,218); }
H1.HeaderClassName
{
color: #9ADBDA;
}
.AnyTagClassName
{
color: #9ADBDA;
}
</style>
background-color css
<style>
a { background-color: #9ADBDA; }
a { background-color: rgb(154,219,218); }
div.DivClassName
{
background-color: #9ADBDA;
}
.BgClassName
{
background-color: #9ADBDA;
}
</style>
border-color css
<style>
span { border-color: #9ADBDA; }
span { border-color: rgb(154,219,218); }
td.TdClassName
{
border-color: #9ADBDA;
}
.TagClassName
{
border-color: #9ADBDA;
}
</style>