Shades of Morning Glory #8DC3CA
Tints of Morning Glory #8DC3CA
RGB
CMYK
RGB Variations
Color information
#8DC3CA (or 0x8DC3CA) is known color: Morning Glory. HEX triplet: 8D, C3 and CA. RGB value is (141,195,202). Sum of RGB (Red+Green+Blue) = 141+195+202=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DC3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3CA is #723C35. Grayscale: #B3B3B3. Windows color (decimal): -7486518 or 13288333. OLE color: 13288333.
HSL color Cylindrical-coordinate representation of color #8DC3CA: hue angle of 186.89º 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 #8DC3CA is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 195 | 202 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.21 |
| HSL | 186.89º | 0.37% | 0.67% | - |
| HSV(B) | 186.89º | 0.3% | 0.79% | - |
| XYZ | 41.16 | 48.96 | 63.16 | - |
| YUV | 179.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 202 | 0.30 | 0.03 | 0 | 0.21 | 186.89 | 0.37 | 0.67 |
| Hex | 8D | C3 | CA | 1E | 3 | 0 | 15 | BB | 25 | 43 |
| Octal | 215 | 303 | 312 | 36 | 3 | 0 | 25 | 273 | 45 | 103 |
| Binary | 10001101 | 11000011 | 11001010 | 11110 | 11 | 0 | 10101 | 10111011 | 100101 | 1000011 |
Color Harmonies of #8DC3CA
Complementary color
Monochromatic Colors of #8DC3CA
Black with #8DC3CA
Text Example
Text Example
White with #8DC3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC3CA; }
p { color: rgb(141,195,202); }
H1.HeaderClassName
{
color: #8DC3CA;
}
.AnyTagClassName
{
color: #8DC3CA;
}
</style>
background-color css
<style>
a { background-color: #8DC3CA; }
a { background-color: rgb(141,195,202); }
div.DivClassName
{
background-color: #8DC3CA;
}
.BgClassName
{
background-color: #8DC3CA;
}
</style>
border-color css
<style>
span { border-color: #8DC3CA; }
span { border-color: rgb(141,195,202); }
td.TdClassName
{
border-color: #8DC3CA;
}
.TagClassName
{
border-color: #8DC3CA;
}
</style>