Shades of Morning Glory #9BCDD3
Tints of Morning Glory #9BCDD3
RGB
CMYK
RGB Variations
Color information
#9BCDD3 (or 0x9BCDD3) is known color: Morning Glory. HEX triplet: 9B, CD and D3. RGB value is (155,205,211). Sum of RGB (Red+Green+Blue) = 155+205+211=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #9BCDD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDD3 is #64322C. Grayscale: #BEBEBE. Windows color (decimal): -6566445 or 13880731. OLE color: 13880731.
HSL color Cylindrical-coordinate representation of color #9BCDD3: hue angle of 186.43º 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 #9BCDD3 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 205 | 211 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.17 |
| HSL | 186.43º | 0.39% | 0.72% | - |
| HSV(B) | 186.43º | 0.27% | 0.83% | - |
| XYZ | 47.11 | 55.33 | 69.83 | - |
| YUV | 190.73 | 139.44 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 211 | 0.27 | 0.03 | 0 | 0.17 | 186.43 | 0.39 | 0.72 |
| Hex | 9B | CD | D3 | 1B | 3 | 0 | 11 | BA | 27 | 48 |
| Octal | 233 | 315 | 323 | 33 | 3 | 0 | 21 | 272 | 47 | 110 |
| Binary | 10011011 | 11001101 | 11010011 | 11011 | 11 | 0 | 10001 | 10111010 | 100111 | 1001000 |
Color Harmonies of #9BCDD3
Complementary color
Monochromatic Colors of #9BCDD3
Black with #9BCDD3
Text Example
Text Example
White with #9BCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDD3; }
p { color: rgb(155,205,211); }
H1.HeaderClassName
{
color: #9BCDD3;
}
.AnyTagClassName
{
color: #9BCDD3;
}
</style>
background-color css
<style>
a { background-color: #9BCDD3; }
a { background-color: rgb(155,205,211); }
div.DivClassName
{
background-color: #9BCDD3;
}
.BgClassName
{
background-color: #9BCDD3;
}
</style>
border-color css
<style>
span { border-color: #9BCDD3; }
span { border-color: rgb(155,205,211); }
td.TdClassName
{
border-color: #9BCDD3;
}
.TagClassName
{
border-color: #9BCDD3;
}
</style>