Shades of Morning Glory #9BCDCE
Tints of Morning Glory #9BCDCE
RGB
CMYK
RGB Variations
Color information
#9BCDCE (or 0x9BCDCE) is known color: Morning Glory. HEX triplet: 9B, CD and CE. RGB value is (155,205,206). Sum of RGB (Red+Green+Blue) = 155+205+206=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #9BCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDCE is #643231. Grayscale: #BEBEBE. Windows color (decimal): -6566450 or 13553051. OLE color: 13553051.
HSL color Cylindrical-coordinate representation of color #9BCDCE: hue angle of 181.18º 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 #9BCDCE is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 205 | 206 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.19 |
| HSL | 181.18º | 0.34% | 0.71% | - |
| HSV(B) | 181.18º | 0.25% | 0.81% | - |
| XYZ | 46.49 | 55.09 | 66.58 | - |
| YUV | 190.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 206 | 0.25 | 0.00 | 0 | 0.19 | 181.18 | 0.34 | 0.71 |
| Hex | 9B | CD | CE | 19 | 0 | 0 | 13 | B5 | 22 | 47 |
| Octal | 233 | 315 | 316 | 31 | 0 | 0 | 23 | 265 | 42 | 107 |
| Binary | 10011011 | 11001101 | 11001110 | 11001 | 0 | 0 | 10011 | 10110101 | 100010 | 1000111 |
Color Harmonies of #9BCDCE
Complementary color
Monochromatic Colors of #9BCDCE
Black with #9BCDCE
Text Example
Text Example
White with #9BCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDCE; }
p { color: rgb(155,205,206); }
H1.HeaderClassName
{
color: #9BCDCE;
}
.AnyTagClassName
{
color: #9BCDCE;
}
</style>
background-color css
<style>
a { background-color: #9BCDCE; }
a { background-color: rgb(155,205,206); }
div.DivClassName
{
background-color: #9BCDCE;
}
.BgClassName
{
background-color: #9BCDCE;
}
</style>
border-color css
<style>
span { border-color: #9BCDCE; }
span { border-color: rgb(155,205,206); }
td.TdClassName
{
border-color: #9BCDCE;
}
.TagClassName
{
border-color: #9BCDCE;
}
</style>