Shades of Morning Glory #9BDFDB
Tints of Morning Glory #9BDFDB
RGB
CMYK
RGB Variations
Color information
#9BDFDB (or 0x9BDFDB) is known color: Morning Glory. HEX triplet: 9B, DF and DB. RGB value is (155,223,219). Sum of RGB (Red+Green+Blue) = 155+223+219=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFDB is #642024. Grayscale: #CACACA. Windows color (decimal): -6561829 or 14409627. OLE color: 14409627.
HSL color Cylindrical-coordinate representation of color #9BDFDB: hue angle of 176.47º degrees, saturation: 0.52, 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 #9BDFDB is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 219 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.13 |
| HSL | 176.47º | 0.52% | 0.74% | - |
| HSV(B) | 176.47º | 0.3% | 0.87% | - |
| XYZ | 52.69 | 64.86 | 76.76 | - |
| YUV | 202.21 | 137.47 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 219 | 0.30 | 0 | 0.02 | 0.13 | 176.47 | 0.52 | 0.74 |
| Hex | 9B | DF | DB | 1E | 0 | 2 | D | B0 | 34 | 4A |
| Octal | 233 | 337 | 333 | 36 | 0 | 2 | 15 | 260 | 64 | 112 |
| Binary | 10011011 | 11011111 | 11011011 | 11110 | 0 | 10 | 1101 | 10110000 | 110100 | 1001010 |
Color Harmonies of #9BDFDB
Complementary color
Monochromatic Colors of #9BDFDB
Black with #9BDFDB
Text Example
Text Example
White with #9BDFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFDB; }
p { color: rgb(155,223,219); }
H1.HeaderClassName
{
color: #9BDFDB;
}
.AnyTagClassName
{
color: #9BDFDB;
}
</style>
background-color css
<style>
a { background-color: #9BDFDB; }
a { background-color: rgb(155,223,219); }
div.DivClassName
{
background-color: #9BDFDB;
}
.BgClassName
{
background-color: #9BDFDB;
}
</style>
border-color css
<style>
span { border-color: #9BDFDB; }
span { border-color: rgb(155,223,219); }
td.TdClassName
{
border-color: #9BDFDB;
}
.TagClassName
{
border-color: #9BDFDB;
}
</style>