Shades of Morning Glory #9BDDDB
Tints of Morning Glory #9BDDDB
RGB
CMYK
RGB Variations
Color information
#9BDDDB (or 0x9BDDDB) is known color: Morning Glory. HEX triplet: 9B, DD and DB. RGB value is (155,221,219). Sum of RGB (Red+Green+Blue) = 155+221+219=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #9BDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDDDB is #642224. Grayscale: #C8C8C8. Windows color (decimal): -6562341 or 14409115. OLE color: 14409115.
HSL color Cylindrical-coordinate representation of color #9BDDDB: hue angle of 178.18º degrees, saturation: 0.49, 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 #9BDDDB is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 221 | 219 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.13 |
| HSL | 178.18º | 0.49% | 0.74% | - |
| HSV(B) | 178.18º | 0.3% | 0.87% | - |
| XYZ | 52.16 | 63.8 | 76.58 | - |
| YUV | 201.04 | 138.13 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 221 | 219 | 0.30 | 0 | 0.01 | 0.13 | 178.18 | 0.49 | 0.74 |
| Hex | 9B | DD | DB | 1E | 0 | 1 | D | B2 | 31 | 4A |
| Octal | 233 | 335 | 333 | 36 | 0 | 1 | 15 | 262 | 61 | 112 |
| Binary | 10011011 | 11011101 | 11011011 | 11110 | 0 | 1 | 1101 | 10110010 | 110001 | 1001010 |
Color Harmonies of #9BDDDB
Complementary color
Monochromatic Colors of #9BDDDB
Black with #9BDDDB
Text Example
Text Example
White with #9BDDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDDDB; }
p { color: rgb(155,221,219); }
H1.HeaderClassName
{
color: #9BDDDB;
}
.AnyTagClassName
{
color: #9BDDDB;
}
</style>
background-color css
<style>
a { background-color: #9BDDDB; }
a { background-color: rgb(155,221,219); }
div.DivClassName
{
background-color: #9BDDDB;
}
.BgClassName
{
background-color: #9BDDDB;
}
</style>
border-color css
<style>
span { border-color: #9BDDDB; }
span { border-color: rgb(155,221,219); }
td.TdClassName
{
border-color: #9BDDDB;
}
.TagClassName
{
border-color: #9BDDDB;
}
</style>