Shades of Morning Glory #8DC8CA
Tints of Morning Glory #8DC8CA
RGB
CMYK
RGB Variations
Color information
#8DC8CA (or 0x8DC8CA) is known color: Morning Glory. HEX triplet: 8D, C8 and CA. RGB value is (141,200,202). Sum of RGB (Red+Green+Blue) = 141+200+202=543 (71% of max value = 765). Red value is 141 (55.47% from 255 or 25.97% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DC8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8CA is #723735. Grayscale: #B6B6B6. Windows color (decimal): -7485238 or 13289613. OLE color: 13289613.
HSL color Cylindrical-coordinate representation of color #8DC8CA: hue angle of 181.97º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC8CA is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 200 | 202 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.21 |
| HSL | 181.97º | 0.37% | 0.67% | - |
| HSV(B) | 181.97º | 0.3% | 0.79% | - |
| XYZ | 42.3 | 51.24 | 63.54 | - |
| YUV | 182.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 202 | 0.30 | 0.01 | 0 | 0.21 | 181.97 | 0.37 | 0.67 |
| Hex | 8D | C8 | CA | 1E | 1 | 0 | 15 | B6 | 25 | 43 |
| Octal | 215 | 310 | 312 | 36 | 1 | 0 | 25 | 266 | 45 | 103 |
| Binary | 10001101 | 11001000 | 11001010 | 11110 | 1 | 0 | 10101 | 10110110 | 100101 | 1000011 |
Color Harmonies of #8DC8CA
Complementary color
Monochromatic Colors of #8DC8CA
Black with #8DC8CA
Text Example
Text Example
White with #8DC8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8CA; }
p { color: rgb(141,200,202); }
H1.HeaderClassName
{
color: #8DC8CA;
}
.AnyTagClassName
{
color: #8DC8CA;
}
</style>
background-color css
<style>
a { background-color: #8DC8CA; }
a { background-color: rgb(141,200,202); }
div.DivClassName
{
background-color: #8DC8CA;
}
.BgClassName
{
background-color: #8DC8CA;
}
</style>
border-color css
<style>
span { border-color: #8DC8CA; }
span { border-color: rgb(141,200,202); }
td.TdClassName
{
border-color: #8DC8CA;
}
.TagClassName
{
border-color: #8DC8CA;
}
</style>