Shades of Morning Glory #9BCED4
Tints of Morning Glory #9BCED4
RGB
CMYK
RGB Variations
Color information
#9BCED4 (or 0x9BCED4) is known color: Morning Glory. HEX triplet: 9B, CE and D4. RGB value is (155,206,212). Sum of RGB (Red+Green+Blue) = 155+206+212=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 212 - color contains mainly: blue. Hex color #9BCED4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCED4 is #64312B. Grayscale: #BFBFBF. Windows color (decimal): -6566188 or 13946523. OLE color: 13946523.
HSL color Cylindrical-coordinate representation of color #9BCED4: hue angle of 186.32º degrees, saturation: 0.4, 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 #9BCED4 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 206 | 212 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.17 |
| HSL | 186.32º | 0.4% | 0.72% | - |
| HSV(B) | 186.32º | 0.27% | 0.83% | - |
| XYZ | 47.47 | 55.86 | 70.57 | - |
| YUV | 191.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 212 | 0.27 | 0.03 | 0 | 0.17 | 186.32 | 0.4 | 0.72 |
| Hex | 9B | CE | D4 | 1B | 3 | 0 | 11 | BA | 28 | 48 |
| Octal | 233 | 316 | 324 | 33 | 3 | 0 | 21 | 272 | 50 | 110 |
| Binary | 10011011 | 11001110 | 11010100 | 11011 | 11 | 0 | 10001 | 10111010 | 101000 | 1001000 |
Color Harmonies of #9BCED4
Complementary color
Monochromatic Colors of #9BCED4
Black with #9BCED4
Text Example
Text Example
White with #9BCED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCED4; }
p { color: rgb(155,206,212); }
H1.HeaderClassName
{
color: #9BCED4;
}
.AnyTagClassName
{
color: #9BCED4;
}
</style>
background-color css
<style>
a { background-color: #9BCED4; }
a { background-color: rgb(155,206,212); }
div.DivClassName
{
background-color: #9BCED4;
}
.BgClassName
{
background-color: #9BCED4;
}
</style>
border-color css
<style>
span { border-color: #9BCED4; }
span { border-color: rgb(155,206,212); }
td.TdClassName
{
border-color: #9BCED4;
}
.TagClassName
{
border-color: #9BCED4;
}
</style>