Shades of Morning Glory #9BDAD7
Tints of Morning Glory #9BDAD7
RGB
CMYK
RGB Variations
Color information
#9BDAD7 (or 0x9BDAD7) is known color: Morning Glory. HEX triplet: 9B, DA and D7. RGB value is (155,218,215). Sum of RGB (Red+Green+Blue) = 155+218+215=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAD7 is #642528. Grayscale: #C6C6C6. Windows color (decimal): -6563113 or 14146203. OLE color: 14146203.
HSL color Cylindrical-coordinate representation of color #9BDAD7: hue angle of 177.14º 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 #9BDAD7 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 215 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.15 |
| HSL | 177.14º | 0.46% | 0.73% | - |
| HSV(B) | 177.14º | 0.29% | 0.85% | - |
| XYZ | 50.85 | 62.02 | 73.58 | - |
| YUV | 198.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 215 | 0.29 | 0 | 0.01 | 0.15 | 177.14 | 0.46 | 0.73 |
| Hex | 9B | DA | D7 | 1D | 0 | 1 | F | B1 | 2E | 49 |
| Octal | 233 | 332 | 327 | 35 | 0 | 1 | 17 | 261 | 56 | 111 |
| Binary | 10011011 | 11011010 | 11010111 | 11101 | 0 | 1 | 1111 | 10110001 | 101110 | 1001001 |
Color Harmonies of #9BDAD7
Complementary color
Monochromatic Colors of #9BDAD7
Black with #9BDAD7
Text Example
Text Example
White with #9BDAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDAD7; }
p { color: rgb(155,218,215); }
H1.HeaderClassName
{
color: #9BDAD7;
}
.AnyTagClassName
{
color: #9BDAD7;
}
</style>
background-color css
<style>
a { background-color: #9BDAD7; }
a { background-color: rgb(155,218,215); }
div.DivClassName
{
background-color: #9BDAD7;
}
.BgClassName
{
background-color: #9BDAD7;
}
</style>
border-color css
<style>
span { border-color: #9BDAD7; }
span { border-color: rgb(155,218,215); }
td.TdClassName
{
border-color: #9BDAD7;
}
.TagClassName
{
border-color: #9BDAD7;
}
</style>