Shades of Morning Glory #9BCED3
Tints of Morning Glory #9BCED3
RGB
CMYK
RGB Variations
Color information
#9BCED3 (or 0x9BCED3) is known color: Morning Glory. HEX triplet: 9B, CE and D3. RGB value is (155,206,211). Sum of RGB (Red+Green+Blue) = 155+206+211=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 211 - color contains mainly: blue. Hex color #9BCED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCED3 is #64312C. Grayscale: #BFBFBF. Windows color (decimal): -6566189 or 13880987. OLE color: 13880987.
HSL color Cylindrical-coordinate representation of color #9BCED3: hue angle of 185.36º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BCED3 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 206 | 211 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.17 |
| HSL | 185.36º | 0.39% | 0.72% | - |
| HSV(B) | 185.36º | 0.27% | 0.83% | - |
| XYZ | 47.35 | 55.81 | 69.91 | - |
| YUV | 191.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 211 | 0.27 | 0.02 | 0 | 0.17 | 185.36 | 0.39 | 0.72 |
| Hex | 9B | CE | D3 | 1B | 2 | 0 | 11 | B9 | 27 | 48 |
| Octal | 233 | 316 | 323 | 33 | 2 | 0 | 21 | 271 | 47 | 110 |
| Binary | 10011011 | 11001110 | 11010011 | 11011 | 10 | 0 | 10001 | 10111001 | 100111 | 1001000 |
Color Harmonies of #9BCED3
Complementary color
Monochromatic Colors of #9BCED3
Black with #9BCED3
Text Example
Text Example
White with #9BCED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCED3; }
p { color: rgb(155,206,211); }
H1.HeaderClassName
{
color: #9BCED3;
}
.AnyTagClassName
{
color: #9BCED3;
}
</style>
background-color css
<style>
a { background-color: #9BCED3; }
a { background-color: rgb(155,206,211); }
div.DivClassName
{
background-color: #9BCED3;
}
.BgClassName
{
background-color: #9BCED3;
}
</style>
border-color css
<style>
span { border-color: #9BCED3; }
span { border-color: rgb(155,206,211); }
td.TdClassName
{
border-color: #9BCED3;
}
.TagClassName
{
border-color: #9BCED3;
}
</style>