Shades of Morning Glory #9BDEDB
Tints of Morning Glory #9BDEDB
RGB
CMYK
RGB Variations
Color information
#9BDEDB (or 0x9BDEDB) is known color: Morning Glory. HEX triplet: 9B, DE and DB. RGB value is (155,222,219). Sum of RGB (Red+Green+Blue) = 155+222+219=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEDB is #642124. Grayscale: #C9C9C9. Windows color (decimal): -6562085 or 14409371. OLE color: 14409371.
HSL color Cylindrical-coordinate representation of color #9BDEDB: hue angle of 177.31º degrees, saturation: 0.5, 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 #9BDEDB is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 219 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.13 |
| HSL | 177.31º | 0.5% | 0.74% | - |
| HSV(B) | 177.31º | 0.3% | 0.87% | - |
| XYZ | 52.43 | 64.33 | 76.67 | - |
| YUV | 201.63 | 137.8 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 219 | 0.30 | 0 | 0.01 | 0.13 | 177.31 | 0.5 | 0.74 |
| Hex | 9B | DE | DB | 1E | 0 | 1 | D | B1 | 32 | 4A |
| Octal | 233 | 336 | 333 | 36 | 0 | 1 | 15 | 261 | 62 | 112 |
| Binary | 10011011 | 11011110 | 11011011 | 11110 | 0 | 1 | 1101 | 10110001 | 110010 | 1001010 |
Color Harmonies of #9BDEDB
Complementary color
Monochromatic Colors of #9BDEDB
Black with #9BDEDB
Text Example
Text Example
White with #9BDEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEDB; }
p { color: rgb(155,222,219); }
H1.HeaderClassName
{
color: #9BDEDB;
}
.AnyTagClassName
{
color: #9BDEDB;
}
</style>
background-color css
<style>
a { background-color: #9BDEDB; }
a { background-color: rgb(155,222,219); }
div.DivClassName
{
background-color: #9BDEDB;
}
.BgClassName
{
background-color: #9BDEDB;
}
</style>
border-color css
<style>
span { border-color: #9BDEDB; }
span { border-color: rgb(155,222,219); }
td.TdClassName
{
border-color: #9BDEDB;
}
.TagClassName
{
border-color: #9BDEDB;
}
</style>