Shades of Morning Glory #9BDEDA
Tints of Morning Glory #9BDEDA
RGB
CMYK
RGB Variations
Color information
#9BDEDA (or 0x9BDEDA) is known color: Morning Glory. HEX triplet: 9B, DE and DA. RGB value is (155,222,218). Sum of RGB (Red+Green+Blue) = 155+222+218=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDEDA is #642125. Grayscale: #C9C9C9. Windows color (decimal): -6562086 or 14343835. OLE color: 14343835.
HSL color Cylindrical-coordinate representation of color #9BDEDA: hue angle of 176.42º 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 #9BDEDA is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 222 | 218 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.13 |
| HSL | 176.42º | 0.5% | 0.74% | - |
| HSV(B) | 176.42º | 0.3% | 0.87% | - |
| XYZ | 52.29 | 64.27 | 75.98 | - |
| YUV | 201.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 222 | 218 | 0.30 | 0 | 0.02 | 0.13 | 176.42 | 0.5 | 0.74 |
| Hex | 9B | DE | DA | 1E | 0 | 2 | D | B0 | 32 | 4A |
| Octal | 233 | 336 | 332 | 36 | 0 | 2 | 15 | 260 | 62 | 112 |
| Binary | 10011011 | 11011110 | 11011010 | 11110 | 0 | 10 | 1101 | 10110000 | 110010 | 1001010 |
Color Harmonies of #9BDEDA
Complementary color
Monochromatic Colors of #9BDEDA
Black with #9BDEDA
Text Example
Text Example
White with #9BDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDEDA; }
p { color: rgb(155,222,218); }
H1.HeaderClassName
{
color: #9BDEDA;
}
.AnyTagClassName
{
color: #9BDEDA;
}
</style>
background-color css
<style>
a { background-color: #9BDEDA; }
a { background-color: rgb(155,222,218); }
div.DivClassName
{
background-color: #9BDEDA;
}
.BgClassName
{
background-color: #9BDEDA;
}
</style>
border-color css
<style>
span { border-color: #9BDEDA; }
span { border-color: rgb(155,222,218); }
td.TdClassName
{
border-color: #9BDEDA;
}
.TagClassName
{
border-color: #9BDEDA;
}
</style>