Shades of Morning Glory #9BCBD0
Tints of Morning Glory #9BCBD0
RGB
CMYK
RGB Variations
Color information
#9BCBD0 (or 0x9BCBD0) is known color: Morning Glory. HEX triplet: 9B, CB and D0. RGB value is (155,203,208). Sum of RGB (Red+Green+Blue) = 155+203+208=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #9BCBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBD0 is #64342F. Grayscale: #BDBDBD. Windows color (decimal): -6566960 or 13683611. OLE color: 13683611.
HSL color Cylindrical-coordinate representation of color #9BCBD0: hue angle of 185.66º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCBD0 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 203 | 208 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.18 |
| HSL | 185.66º | 0.36% | 0.71% | - |
| HSV(B) | 185.66º | 0.25% | 0.82% | - |
| XYZ | 46.26 | 54.23 | 67.7 | - |
| YUV | 189.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 208 | 0.25 | 0.02 | 0 | 0.18 | 185.66 | 0.36 | 0.71 |
| Hex | 9B | CB | D0 | 19 | 2 | 0 | 12 | BA | 24 | 47 |
| Octal | 233 | 313 | 320 | 31 | 2 | 0 | 22 | 272 | 44 | 107 |
| Binary | 10011011 | 11001011 | 11010000 | 11001 | 10 | 0 | 10010 | 10111010 | 100100 | 1000111 |
Color Harmonies of #9BCBD0
Complementary color
Monochromatic Colors of #9BCBD0
Black with #9BCBD0
Text Example
Text Example
White with #9BCBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBD0; }
p { color: rgb(155,203,208); }
H1.HeaderClassName
{
color: #9BCBD0;
}
.AnyTagClassName
{
color: #9BCBD0;
}
</style>
background-color css
<style>
a { background-color: #9BCBD0; }
a { background-color: rgb(155,203,208); }
div.DivClassName
{
background-color: #9BCBD0;
}
.BgClassName
{
background-color: #9BCBD0;
}
</style>
border-color css
<style>
span { border-color: #9BCBD0; }
span { border-color: rgb(155,203,208); }
td.TdClassName
{
border-color: #9BCBD0;
}
.TagClassName
{
border-color: #9BCBD0;
}
</style>