Shades of Morning Glory #9BDAD6
Tints of Morning Glory #9BDAD6
RGB
CMYK
RGB Variations
Color information
#9BDAD6 (or 0x9BDAD6) is known color: Morning Glory. HEX triplet: 9B, DA and D6. RGB value is (155,218,214). Sum of RGB (Red+Green+Blue) = 155+218+214=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAD6 is #642529. Grayscale: #C6C6C6. Windows color (decimal): -6563114 or 14080667. OLE color: 14080667.
HSL color Cylindrical-coordinate representation of color #9BDAD6: hue angle of 176.19º 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 #9BDAD6 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 214 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.15 |
| HSL | 176.19º | 0.46% | 0.73% | - |
| HSV(B) | 176.19º | 0.29% | 0.85% | - |
| XYZ | 50.73 | 61.97 | 72.91 | - |
| YUV | 198.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 214 | 0.29 | 0 | 0.02 | 0.15 | 176.19 | 0.46 | 0.73 |
| Hex | 9B | DA | D6 | 1D | 0 | 2 | F | B0 | 2E | 49 |
| Octal | 233 | 332 | 326 | 35 | 0 | 2 | 17 | 260 | 56 | 111 |
| Binary | 10011011 | 11011010 | 11010110 | 11101 | 0 | 10 | 1111 | 10110000 | 101110 | 1001001 |
Color Harmonies of #9BDAD6
Complementary color
Monochromatic Colors of #9BDAD6
Black with #9BDAD6
Text Example
Text Example
White with #9BDAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAD6; }
p { color: rgb(155,218,214); }
H1.HeaderClassName
{
color: #9BDAD6;
}
.AnyTagClassName
{
color: #9BDAD6;
}
</style>
background-color css
<style>
a { background-color: #9BDAD6; }
a { background-color: rgb(155,218,214); }
div.DivClassName
{
background-color: #9BDAD6;
}
.BgClassName
{
background-color: #9BDAD6;
}
</style>
border-color css
<style>
span { border-color: #9BDAD6; }
span { border-color: rgb(155,218,214); }
td.TdClassName
{
border-color: #9BDAD6;
}
.TagClassName
{
border-color: #9BDAD6;
}
</style>