Shades of Morning Glory #9CCCCD
Tints of Morning Glory #9CCCCD
RGB
CMYK
RGB Variations
Color information
#9CCCCD (or 0x9CCCCD) is known color: Morning Glory. HEX triplet: 9C, CC and CD. RGB value is (156,204,205). Sum of RGB (Red+Green+Blue) = 156+204+205=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCCCD is #633332. Grayscale: #BDBDBD. Windows color (decimal): -6501171 or 13487260. OLE color: 13487260.
HSL color Cylindrical-coordinate representation of color #9CCCCD: hue angle of 181.22º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CCCCD is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 204 | 205 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.20 |
| HSL | 181.22º | 0.33% | 0.71% | - |
| HSV(B) | 181.22º | 0.24% | 0.8% | - |
| XYZ | 46.32 | 54.66 | 65.87 | - |
| YUV | 189.76 | 136.6 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 205 | 0.24 | 0.00 | 0 | 0.20 | 181.22 | 0.33 | 0.71 |
| Hex | 9C | CC | CD | 18 | 0 | 0 | 14 | B5 | 21 | 47 |
| Octal | 234 | 314 | 315 | 30 | 0 | 0 | 24 | 265 | 41 | 107 |
| Binary | 10011100 | 11001100 | 11001101 | 11000 | 0 | 0 | 10100 | 10110101 | 100001 | 1000111 |
Color Harmonies of #9CCCCD
Complementary color
Monochromatic Colors of #9CCCCD
Black with #9CCCCD
Text Example
Text Example
White with #9CCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCCCD; }
p { color: rgb(156,204,205); }
H1.HeaderClassName
{
color: #9CCCCD;
}
.AnyTagClassName
{
color: #9CCCCD;
}
</style>
background-color css
<style>
a { background-color: #9CCCCD; }
a { background-color: rgb(156,204,205); }
div.DivClassName
{
background-color: #9CCCCD;
}
.BgClassName
{
background-color: #9CCCCD;
}
</style>
border-color css
<style>
span { border-color: #9CCCCD; }
span { border-color: rgb(156,204,205); }
td.TdClassName
{
border-color: #9CCCCD;
}
.TagClassName
{
border-color: #9CCCCD;
}
</style>