Shades of Morning Glory #9BCED0
Tints of Morning Glory #9BCED0
RGB
CMYK
RGB Variations
Color information
#9BCED0 (or 0x9BCED0) is known color: Morning Glory. HEX triplet: 9B, CE and D0. RGB value is (155,206,208). Sum of RGB (Red+Green+Blue) = 155+206+208=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #9BCED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCED0 is #64312F. Grayscale: #BEBEBE. Windows color (decimal): -6566192 or 13684379. OLE color: 13684379.
HSL color Cylindrical-coordinate representation of color #9BCED0: hue angle of 182.26º 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 #9BCED0 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 206 | 208 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.18 |
| HSL | 182.26º | 0.36% | 0.71% | - |
| HSV(B) | 182.26º | 0.25% | 0.82% | - |
| XYZ | 46.97 | 55.67 | 67.94 | - |
| YUV | 190.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 208 | 0.25 | 0.01 | 0 | 0.18 | 182.26 | 0.36 | 0.71 |
| Hex | 9B | CE | D0 | 19 | 1 | 0 | 12 | B6 | 24 | 47 |
| Octal | 233 | 316 | 320 | 31 | 1 | 0 | 22 | 266 | 44 | 107 |
| Binary | 10011011 | 11001110 | 11010000 | 11001 | 1 | 0 | 10010 | 10110110 | 100100 | 1000111 |
Color Harmonies of #9BCED0
Complementary color
Monochromatic Colors of #9BCED0
Black with #9BCED0
Text Example
Text Example
White with #9BCED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCED0; }
p { color: rgb(155,206,208); }
H1.HeaderClassName
{
color: #9BCED0;
}
.AnyTagClassName
{
color: #9BCED0;
}
</style>
background-color css
<style>
a { background-color: #9BCED0; }
a { background-color: rgb(155,206,208); }
div.DivClassName
{
background-color: #9BCED0;
}
.BgClassName
{
background-color: #9BCED0;
}
</style>
border-color css
<style>
span { border-color: #9BCED0; }
span { border-color: rgb(155,206,208); }
td.TdClassName
{
border-color: #9BCED0;
}
.TagClassName
{
border-color: #9BCED0;
}
</style>