Shades of Morning Glory #9BD8DC
Tints of Morning Glory #9BD8DC
RGB
CMYK
RGB Variations
Color information
#9BD8DC (or 0x9BD8DC) is known color: Morning Glory. HEX triplet: 9B, D8 and DC. RGB value is (155,216,220). Sum of RGB (Red+Green+Blue) = 155+216+220=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BD8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8DC is #642723. Grayscale: #C6C6C6. Windows color (decimal): -6563620 or 14473371. OLE color: 14473371.
HSL color Cylindrical-coordinate representation of color #9BD8DC: hue angle of 183.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BD8DC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 216 | 220 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.14 |
| HSL | 183.69º | 0.48% | 0.74% | - |
| HSV(B) | 183.69º | 0.3% | 0.86% | - |
| XYZ | 50.99 | 61.25 | 76.84 | - |
| YUV | 198.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 216 | 220 | 0.30 | 0.02 | 0 | 0.14 | 183.69 | 0.48 | 0.74 |
| Hex | 9B | D8 | DC | 1E | 2 | 0 | E | B8 | 30 | 4A |
| Octal | 233 | 330 | 334 | 36 | 2 | 0 | 16 | 270 | 60 | 112 |
| Binary | 10011011 | 11011000 | 11011100 | 11110 | 10 | 0 | 1110 | 10111000 | 110000 | 1001010 |
Color Harmonies of #9BD8DC
Complementary color
Monochromatic Colors of #9BD8DC
Black with #9BD8DC
Text Example
Text Example
White with #9BD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD8DC; }
p { color: rgb(155,216,220); }
H1.HeaderClassName
{
color: #9BD8DC;
}
.AnyTagClassName
{
color: #9BD8DC;
}
</style>
background-color css
<style>
a { background-color: #9BD8DC; }
a { background-color: rgb(155,216,220); }
div.DivClassName
{
background-color: #9BD8DC;
}
.BgClassName
{
background-color: #9BD8DC;
}
</style>
border-color css
<style>
span { border-color: #9BD8DC; }
span { border-color: rgb(155,216,220); }
td.TdClassName
{
border-color: #9BD8DC;
}
.TagClassName
{
border-color: #9BD8DC;
}
</style>