Shades of Morning Glory #9BCECD
Tints of Morning Glory #9BCECD
RGB
CMYK
RGB Variations
Color information
#9BCECD (or 0x9BCECD) is known color: Morning Glory. HEX triplet: 9B, CE and CD. RGB value is (155,206,205). Sum of RGB (Red+Green+Blue) = 155+206+205=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCECD is #643132. Grayscale: #BEBEBE. Windows color (decimal): -6566195 or 13487771. OLE color: 13487771.
HSL color Cylindrical-coordinate representation of color #9BCECD: hue angle of 178.82º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCECD is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 205 | - |
| CMYK | 0.25 | 0 | 0.00 | 0.19 |
| HSL | 178.82º | 0.34% | 0.71% | - |
| HSV(B) | 178.82º | 0.25% | 0.81% | - |
| XYZ | 46.61 | 55.52 | 66.02 | - |
| YUV | 190.64 | 136.1 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 205 | 0.25 | 0 | 0.00 | 0.19 | 178.82 | 0.34 | 0.71 |
| Hex | 9B | CE | CD | 19 | 0 | 0 | 13 | B3 | 22 | 47 |
| Octal | 233 | 316 | 315 | 31 | 0 | 0 | 23 | 263 | 42 | 107 |
| Binary | 10011011 | 11001110 | 11001101 | 11001 | 0 | 0 | 10011 | 10110011 | 100010 | 1000111 |
Color Harmonies of #9BCECD
Complementary color
Monochromatic Colors of #9BCECD
Black with #9BCECD
Text Example
Text Example
White with #9BCECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCECD; }
p { color: rgb(155,206,205); }
H1.HeaderClassName
{
color: #9BCECD;
}
.AnyTagClassName
{
color: #9BCECD;
}
</style>
background-color css
<style>
a { background-color: #9BCECD; }
a { background-color: rgb(155,206,205); }
div.DivClassName
{
background-color: #9BCECD;
}
.BgClassName
{
background-color: #9BCECD;
}
</style>
border-color css
<style>
span { border-color: #9BCECD; }
span { border-color: rgb(155,206,205); }
td.TdClassName
{
border-color: #9BCECD;
}
.TagClassName
{
border-color: #9BCECD;
}
</style>