Shades of Morning Glory #8DC8CF
Tints of Morning Glory #8DC8CF
RGB
CMYK
RGB Variations
Color information
#8DC8CF (or 0x8DC8CF) is known color: Morning Glory. HEX triplet: 8D, C8 and CF. RGB value is (141,200,207). Sum of RGB (Red+Green+Blue) = 141+200+207=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DC8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8CF is #723730. Grayscale: #B7B7B7. Windows color (decimal): -7485233 or 13617293. OLE color: 13617293.
HSL color Cylindrical-coordinate representation of color #8DC8CF: hue angle of 186.36º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DC8CF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 200 | 207 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.19 |
| HSL | 186.36º | 0.41% | 0.68% | - |
| HSV(B) | 186.36º | 0.32% | 0.81% | - |
| XYZ | 42.9 | 51.48 | 66.71 | - |
| YUV | 183.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 207 | 0.32 | 0.03 | 0 | 0.19 | 186.36 | 0.41 | 0.68 |
| Hex | 8D | C8 | CF | 20 | 3 | 0 | 13 | BA | 29 | 44 |
| Octal | 215 | 310 | 317 | 40 | 3 | 0 | 23 | 272 | 51 | 104 |
| Binary | 10001101 | 11001000 | 11001111 | 100000 | 11 | 0 | 10011 | 10111010 | 101001 | 1000100 |
Color Harmonies of #8DC8CF
Complementary color
Monochromatic Colors of #8DC8CF
Black with #8DC8CF
Text Example
Text Example
White with #8DC8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8CF; }
p { color: rgb(141,200,207); }
H1.HeaderClassName
{
color: #8DC8CF;
}
.AnyTagClassName
{
color: #8DC8CF;
}
</style>
background-color css
<style>
a { background-color: #8DC8CF; }
a { background-color: rgb(141,200,207); }
div.DivClassName
{
background-color: #8DC8CF;
}
.BgClassName
{
background-color: #8DC8CF;
}
</style>
border-color css
<style>
span { border-color: #8DC8CF; }
span { border-color: rgb(141,200,207); }
td.TdClassName
{
border-color: #8DC8CF;
}
.TagClassName
{
border-color: #8DC8CF;
}
</style>