Shades of Morning Glory #9BCED5
Tints of Morning Glory #9BCED5
RGB
CMYK
RGB Variations
Color information
#9BCED5 (or 0x9BCED5) is known color: Morning Glory. HEX triplet: 9B, CE and D5. RGB value is (155,206,213). Sum of RGB (Red+Green+Blue) = 155+206+213=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #9BCED5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCED5 is #64312A. Grayscale: #BFBFBF. Windows color (decimal): -6566187 or 14012059. OLE color: 14012059.
HSL color Cylindrical-coordinate representation of color #9BCED5: hue angle of 187.24º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BCED5 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 206 | 213 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.16 |
| HSL | 187.24º | 0.41% | 0.72% | - |
| HSV(B) | 187.24º | 0.27% | 0.84% | - |
| XYZ | 47.6 | 55.92 | 71.23 | - |
| YUV | 191.55 | 140.1 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 213 | 0.27 | 0.03 | 0 | 0.16 | 187.24 | 0.41 | 0.72 |
| Hex | 9B | CE | D5 | 1B | 3 | 0 | 10 | BB | 29 | 48 |
| Octal | 233 | 316 | 325 | 33 | 3 | 0 | 20 | 273 | 51 | 110 |
| Binary | 10011011 | 11001110 | 11010101 | 11011 | 11 | 0 | 10000 | 10111011 | 101001 | 1001000 |
Color Harmonies of #9BCED5
Complementary color
Monochromatic Colors of #9BCED5
Black with #9BCED5
Text Example
Text Example
White with #9BCED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCED5; }
p { color: rgb(155,206,213); }
H1.HeaderClassName
{
color: #9BCED5;
}
.AnyTagClassName
{
color: #9BCED5;
}
</style>
background-color css
<style>
a { background-color: #9BCED5; }
a { background-color: rgb(155,206,213); }
div.DivClassName
{
background-color: #9BCED5;
}
.BgClassName
{
background-color: #9BCED5;
}
</style>
border-color css
<style>
span { border-color: #9BCED5; }
span { border-color: rgb(155,206,213); }
td.TdClassName
{
border-color: #9BCED5;
}
.TagClassName
{
border-color: #9BCED5;
}
</style>