Shades of Morning Glory #9BCCD1
Tints of Morning Glory #9BCCD1
RGB
CMYK
RGB Variations
Color information
#9BCCD1 (or 0x9BCCD1) is known color: Morning Glory. HEX triplet: 9B, CC and D1. RGB value is (155,204,209). Sum of RGB (Red+Green+Blue) = 155+204+209=568 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.29% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #9BCCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCD1 is #64332E. Grayscale: #BDBDBD. Windows color (decimal): -6566703 or 13749403. OLE color: 13749403.
HSL color Cylindrical-coordinate representation of color #9BCCD1: hue angle of 185.56º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BCCD1 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 204 | 209 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.18 |
| HSL | 185.56º | 0.37% | 0.71% | - |
| HSV(B) | 185.56º | 0.26% | 0.82% | - |
| XYZ | 46.62 | 54.76 | 68.43 | - |
| YUV | 189.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 209 | 0.26 | 0.02 | 0 | 0.18 | 185.56 | 0.37 | 0.71 |
| Hex | 9B | CC | D1 | 1A | 2 | 0 | 12 | BA | 25 | 47 |
| Octal | 233 | 314 | 321 | 32 | 2 | 0 | 22 | 272 | 45 | 107 |
| Binary | 10011011 | 11001100 | 11010001 | 11010 | 10 | 0 | 10010 | 10111010 | 100101 | 1000111 |
Color Harmonies of #9BCCD1
Complementary color
Monochromatic Colors of #9BCCD1
Black with #9BCCD1
Text Example
Text Example
White with #9BCCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCD1; }
p { color: rgb(155,204,209); }
H1.HeaderClassName
{
color: #9BCCD1;
}
.AnyTagClassName
{
color: #9BCCD1;
}
</style>
background-color css
<style>
a { background-color: #9BCCD1; }
a { background-color: rgb(155,204,209); }
div.DivClassName
{
background-color: #9BCCD1;
}
.BgClassName
{
background-color: #9BCCD1;
}
</style>
border-color css
<style>
span { border-color: #9BCCD1; }
span { border-color: rgb(155,204,209); }
td.TdClassName
{
border-color: #9BCCD1;
}
.TagClassName
{
border-color: #9BCCD1;
}
</style>