Shades of Morning Glory #8CDDDD
Tints of Morning Glory #8CDDDD
RGB
CMYK
RGB Variations
Color information
#8CDDDD (or 0x8CDDDD) is known color: Morning Glory. HEX triplet: 8C, DD and DD. RGB value is (140,221,221). Sum of RGB (Red+Green+Blue) = 140+221+221=582 (77% of max value = 765). Red value is 140 (55.08% from 255 or 24.05% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #8CDDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDDD is #732222. Grayscale: #C4C4C4. Windows color (decimal): -7545379 or 14540172. OLE color: 14540172.
HSL color Cylindrical-coordinate representation of color #8CDDDD: hue angle of 180º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDDD is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 221 | - |
| CMYK | 0.37 | 0 | 0 | 0.13 |
| HSL | 180º | 0.54% | 0.71% | - |
| HSV(B) | 180º | 0.37% | 0.87% | - |
| XYZ | 49.72 | 62.51 | 77.85 | - |
| YUV | 196.78 | 141.66 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 221 | 0.37 | 0 | 0 | 0.13 | 180 | 0.54 | 0.71 |
| Hex | 8C | DD | DD | 25 | 0 | 0 | D | B4 | 36 | 47 |
| Octal | 214 | 335 | 335 | 45 | 0 | 0 | 15 | 264 | 66 | 107 |
| Binary | 10001100 | 11011101 | 11011101 | 100101 | 0 | 0 | 1101 | 10110100 | 110110 | 1000111 |
Color Harmonies of #8CDDDD
Complementary color
Monochromatic Colors of #8CDDDD
Black with #8CDDDD
Text Example
Text Example
White with #8CDDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDDD; }
p { color: rgb(140,221,221); }
H1.HeaderClassName
{
color: #8CDDDD;
}
.AnyTagClassName
{
color: #8CDDDD;
}
</style>
background-color css
<style>
a { background-color: #8CDDDD; }
a { background-color: rgb(140,221,221); }
div.DivClassName
{
background-color: #8CDDDD;
}
.BgClassName
{
background-color: #8CDDDD;
}
</style>
border-color css
<style>
span { border-color: #8CDDDD; }
span { border-color: rgb(140,221,221); }
td.TdClassName
{
border-color: #8CDDDD;
}
.TagClassName
{
border-color: #8CDDDD;
}
</style>