Shades of Morning Glory #9BCDCD
Tints of Morning Glory #9BCDCD
RGB
CMYK
RGB Variations
Color information
#9BCDCD (or 0x9BCDCD) is known color: Morning Glory. HEX triplet: 9B, CD and CD. RGB value is (155,205,205). Sum of RGB (Red+Green+Blue) = 155+205+205=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #9BCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDCD is #643232. Grayscale: #BEBEBE. Windows color (decimal): -6566451 or 13487515. OLE color: 13487515.
HSL color Cylindrical-coordinate representation of color #9BCDCD: hue angle of 180º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDCD is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 205 | - |
| CMYK | 0.24 | 0 | 0 | 0.20 |
| HSL | 180º | 0.33% | 0.71% | - |
| HSV(B) | 180º | 0.24% | 0.8% | - |
| XYZ | 46.37 | 55.04 | 65.94 | - |
| YUV | 190.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 205 | 0.24 | 0 | 0 | 0.20 | 180 | 0.33 | 0.71 |
| Hex | 9B | CD | CD | 18 | 0 | 0 | 14 | B4 | 21 | 47 |
| Octal | 233 | 315 | 315 | 30 | 0 | 0 | 24 | 264 | 41 | 107 |
| Binary | 10011011 | 11001101 | 11001101 | 11000 | 0 | 0 | 10100 | 10110100 | 100001 | 1000111 |
Color Harmonies of #9BCDCD
Complementary color
Monochromatic Colors of #9BCDCD
Black with #9BCDCD
Text Example
Text Example
White with #9BCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDCD; }
p { color: rgb(155,205,205); }
H1.HeaderClassName
{
color: #9BCDCD;
}
.AnyTagClassName
{
color: #9BCDCD;
}
</style>
background-color css
<style>
a { background-color: #9BCDCD; }
a { background-color: rgb(155,205,205); }
div.DivClassName
{
background-color: #9BCDCD;
}
.BgClassName
{
background-color: #9BCDCD;
}
</style>
border-color css
<style>
span { border-color: #9BCDCD; }
span { border-color: rgb(155,205,205); }
td.TdClassName
{
border-color: #9BCDCD;
}
.TagClassName
{
border-color: #9BCDCD;
}
</style>