Shades of Morning Glory #9ADADA
Tints of Morning Glory #9ADADA
RGB
CMYK
RGB Variations
Color information
#9ADADA (or 0x9ADADA) is known color: Morning Glory. HEX triplet: 9A, DA and DA. RGB value is (154,218,218). Sum of RGB (Red+Green+Blue) = 154+218+218=590 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.10% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #9ADADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADADA is #652525. Grayscale: #C6C6C6. Windows color (decimal): -6628646 or 14342810. OLE color: 14342810.
HSL color Cylindrical-coordinate representation of color #9ADADA: hue angle of 180º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADADA is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 218 | - |
| CMYK | 0.29 | 0 | 0 | 0.15 |
| HSL | 180º | 0.46% | 0.73% | - |
| HSV(B) | 180º | 0.29% | 0.85% | - |
| XYZ | 51.05 | 62.07 | 75.62 | - |
| YUV | 198.86 | 138.8 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 218 | 0.29 | 0 | 0 | 0.15 | 180 | 0.46 | 0.73 |
| Hex | 9A | DA | DA | 1D | 0 | 0 | F | B4 | 2E | 49 |
| Octal | 232 | 332 | 332 | 35 | 0 | 0 | 17 | 264 | 56 | 111 |
| Binary | 10011010 | 11011010 | 11011010 | 11101 | 0 | 0 | 1111 | 10110100 | 101110 | 1001001 |
Color Harmonies of #9ADADA
Complementary color
Monochromatic Colors of #9ADADA
Black with #9ADADA
Text Example
Text Example
White with #9ADADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADADA; }
p { color: rgb(154,218,218); }
H1.HeaderClassName
{
color: #9ADADA;
}
.AnyTagClassName
{
color: #9ADADA;
}
</style>
background-color css
<style>
a { background-color: #9ADADA; }
a { background-color: rgb(154,218,218); }
div.DivClassName
{
background-color: #9ADADA;
}
.BgClassName
{
background-color: #9ADADA;
}
</style>
border-color css
<style>
span { border-color: #9ADADA; }
span { border-color: rgb(154,218,218); }
td.TdClassName
{
border-color: #9ADADA;
}
.TagClassName
{
border-color: #9ADADA;
}
</style>