Shades of Morning Glory #9AD4DB
Tints of Morning Glory #9AD4DB
RGB
CMYK
RGB Variations
Color information
#9AD4DB (or 0x9AD4DB) is known color: Morning Glory. HEX triplet: 9A, D4 and DB. RGB value is (154,212,219). Sum of RGB (Red+Green+Blue) = 154+212+219=585 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.32% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AD4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD4DB is #652B24. Grayscale: #C3C3C3. Windows color (decimal): -6630181 or 14406810. OLE color: 14406810.
HSL color Cylindrical-coordinate representation of color #9AD4DB: hue angle of 186.46º 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 #9AD4DB is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 212 | 219 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.14 |
| HSL | 186.46º | 0.47% | 0.73% | - |
| HSV(B) | 186.46º | 0.3% | 0.86% | - |
| XYZ | 49.66 | 59.07 | 75.8 | - |
| YUV | 195.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 212 | 219 | 0.30 | 0.03 | 0 | 0.14 | 186.46 | 0.47 | 0.73 |
| Hex | 9A | D4 | DB | 1E | 3 | 0 | E | BA | 2F | 49 |
| Octal | 232 | 324 | 333 | 36 | 3 | 0 | 16 | 272 | 57 | 111 |
| Binary | 10011010 | 11010100 | 11011011 | 11110 | 11 | 0 | 1110 | 10111010 | 101111 | 1001001 |
Color Harmonies of #9AD4DB
Complementary color
Monochromatic Colors of #9AD4DB
Black with #9AD4DB
Text Example
Text Example
White with #9AD4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD4DB; }
p { color: rgb(154,212,219); }
H1.HeaderClassName
{
color: #9AD4DB;
}
.AnyTagClassName
{
color: #9AD4DB;
}
</style>
background-color css
<style>
a { background-color: #9AD4DB; }
a { background-color: rgb(154,212,219); }
div.DivClassName
{
background-color: #9AD4DB;
}
.BgClassName
{
background-color: #9AD4DB;
}
</style>
border-color css
<style>
span { border-color: #9AD4DB; }
span { border-color: rgb(154,212,219); }
td.TdClassName
{
border-color: #9AD4DB;
}
.TagClassName
{
border-color: #9AD4DB;
}
</style>