Shades of Morning Glory #8CCCCD
Tints of Morning Glory #8CCCCD
RGB
CMYK
RGB Variations
Color information
#8CCCCD (or 0x8CCCCD) is known color: Morning Glory. HEX triplet: 8C, CC and CD. RGB value is (140,204,205). Sum of RGB (Red+Green+Blue) = 140+204+205=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCCD is #733332. Grayscale: #B8B8B8. Windows color (decimal): -7549747 or 13487244. OLE color: 13487244.
HSL color Cylindrical-coordinate representation of color #8CCCCD: hue angle of 180.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCCCD is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 204 | 205 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.20 |
| HSL | 180.92º | 0.39% | 0.68% | - |
| HSV(B) | 180.92º | 0.32% | 0.8% | - |
| XYZ | 43.43 | 53.17 | 65.73 | - |
| YUV | 184.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 205 | 0.32 | 0.00 | 0 | 0.20 | 180.92 | 0.39 | 0.68 |
| Hex | 8C | CC | CD | 20 | 0 | 0 | 14 | B5 | 27 | 44 |
| Octal | 214 | 314 | 315 | 40 | 0 | 0 | 24 | 265 | 47 | 104 |
| Binary | 10001100 | 11001100 | 11001101 | 100000 | 0 | 0 | 10100 | 10110101 | 100111 | 1000100 |
Color Harmonies of #8CCCCD
Complementary color
Monochromatic Colors of #8CCCCD
Black with #8CCCCD
Text Example
Text Example
White with #8CCCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCCD; }
p { color: rgb(140,204,205); }
H1.HeaderClassName
{
color: #8CCCCD;
}
.AnyTagClassName
{
color: #8CCCCD;
}
</style>
background-color css
<style>
a { background-color: #8CCCCD; }
a { background-color: rgb(140,204,205); }
div.DivClassName
{
background-color: #8CCCCD;
}
.BgClassName
{
background-color: #8CCCCD;
}
</style>
border-color css
<style>
span { border-color: #8CCCCD; }
span { border-color: rgb(140,204,205); }
td.TdClassName
{
border-color: #8CCCCD;
}
.TagClassName
{
border-color: #8CCCCD;
}
</style>