Shades of Morning Glory #9ADDDB
Tints of Morning Glory #9ADDDB
RGB
CMYK
RGB Variations
Color information
#9ADDDB (or 0x9ADDDB) is known color: Morning Glory. HEX triplet: 9A, DD and DB. RGB value is (154,221,219). Sum of RGB (Red+Green+Blue) = 154+221+219=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDDB is #652224. Grayscale: #C8C8C8. Windows color (decimal): -6627877 or 14409114. OLE color: 14409114.
HSL color Cylindrical-coordinate representation of color #9ADDDB: hue angle of 178.21º 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 #9ADDDB is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 221 | 219 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.13 |
| HSL | 178.21º | 0.5% | 0.74% | - |
| HSV(B) | 178.21º | 0.3% | 0.87% | - |
| XYZ | 51.97 | 63.7 | 76.57 | - |
| YUV | 200.74 | 138.3 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 221 | 219 | 0.30 | 0 | 0.01 | 0.13 | 178.21 | 0.5 | 0.74 |
| Hex | 9A | DD | DB | 1E | 0 | 1 | D | B2 | 32 | 4A |
| Octal | 232 | 335 | 333 | 36 | 0 | 1 | 15 | 262 | 62 | 112 |
| Binary | 10011010 | 11011101 | 11011011 | 11110 | 0 | 1 | 1101 | 10110010 | 110010 | 1001010 |
Color Harmonies of #9ADDDB
Complementary color
Monochromatic Colors of #9ADDDB
Black with #9ADDDB
Text Example
Text Example
White with #9ADDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADDDB; }
p { color: rgb(154,221,219); }
H1.HeaderClassName
{
color: #9ADDDB;
}
.AnyTagClassName
{
color: #9ADDDB;
}
</style>
background-color css
<style>
a { background-color: #9ADDDB; }
a { background-color: rgb(154,221,219); }
div.DivClassName
{
background-color: #9ADDDB;
}
.BgClassName
{
background-color: #9ADDDB;
}
</style>
border-color css
<style>
span { border-color: #9ADDDB; }
span { border-color: rgb(154,221,219); }
td.TdClassName
{
border-color: #9ADDDB;
}
.TagClassName
{
border-color: #9ADDDB;
}
</style>