Shades of Morning Glory #8DCACE
Tints of Morning Glory #8DCACE
RGB
CMYK
RGB Variations
Color information
#8DCACE (or 0x8DCACE) is known color: Morning Glory. HEX triplet: 8D, CA and CE. RGB value is (141,202,206). Sum of RGB (Red+Green+Blue) = 141+202+206=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCACE is #723531. Grayscale: #B8B8B8. Windows color (decimal): -7484722 or 13552269. OLE color: 13552269.
HSL color Cylindrical-coordinate representation of color #8DCACE: hue angle of 183.69º degrees, saturation: 0.4, 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 #8DCACE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 202 | 206 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.19 |
| HSL | 183.69º | 0.4% | 0.68% | - |
| HSV(B) | 183.69º | 0.32% | 0.81% | - |
| XYZ | 43.25 | 52.36 | 66.22 | - |
| YUV | 184.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 206 | 0.32 | 0.02 | 0 | 0.19 | 183.69 | 0.4 | 0.68 |
| Hex | 8D | CA | CE | 20 | 2 | 0 | 13 | B8 | 28 | 44 |
| Octal | 215 | 312 | 316 | 40 | 2 | 0 | 23 | 270 | 50 | 104 |
| Binary | 10001101 | 11001010 | 11001110 | 100000 | 10 | 0 | 10011 | 10111000 | 101000 | 1000100 |
Color Harmonies of #8DCACE
Complementary color
Monochromatic Colors of #8DCACE
Black with #8DCACE
Text Example
Text Example
White with #8DCACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCACE; }
p { color: rgb(141,202,206); }
H1.HeaderClassName
{
color: #8DCACE;
}
.AnyTagClassName
{
color: #8DCACE;
}
</style>
background-color css
<style>
a { background-color: #8DCACE; }
a { background-color: rgb(141,202,206); }
div.DivClassName
{
background-color: #8DCACE;
}
.BgClassName
{
background-color: #8DCACE;
}
</style>
border-color css
<style>
span { border-color: #8DCACE; }
span { border-color: rgb(141,202,206); }
td.TdClassName
{
border-color: #8DCACE;
}
.TagClassName
{
border-color: #8DCACE;
}
</style>