Shades of Morning Glory #8DC1C6
Tints of Morning Glory #8DC1C6
RGB
CMYK
RGB Variations
Color information
#8DC1C6 (or 0x8DC1C6) is known color: Morning Glory. HEX triplet: 8D, C1 and C6. RGB value is (141,193,198). Sum of RGB (Red+Green+Blue) = 141+193+198=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 198 - color contains mainly: blue. Hex color #8DC1C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC1C6 is #723E39. Grayscale: #B1B1B1. Windows color (decimal): -7487034 or 13025677. OLE color: 13025677.
HSL color Cylindrical-coordinate representation of color #8DC1C6: hue angle of 185.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC1C6 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 193 | 198 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.22 |
| HSL | 185.26º | 0.33% | 0.66% | - |
| HSV(B) | 185.26º | 0.29% | 0.78% | - |
| XYZ | 40.25 | 47.88 | 60.55 | - |
| YUV | 178.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 198 | 0.29 | 0.03 | 0 | 0.22 | 185.26 | 0.33 | 0.66 |
| Hex | 8D | C1 | C6 | 1D | 3 | 0 | 16 | B9 | 21 | 42 |
| Octal | 215 | 301 | 306 | 35 | 3 | 0 | 26 | 271 | 41 | 102 |
| Binary | 10001101 | 11000001 | 11000110 | 11101 | 11 | 0 | 10110 | 10111001 | 100001 | 1000010 |
Color Harmonies of #8DC1C6
Complementary color
Monochromatic Colors of #8DC1C6
Black with #8DC1C6
Text Example
Text Example
White with #8DC1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC1C6; }
p { color: rgb(141,193,198); }
H1.HeaderClassName
{
color: #8DC1C6;
}
.AnyTagClassName
{
color: #8DC1C6;
}
</style>
background-color css
<style>
a { background-color: #8DC1C6; }
a { background-color: rgb(141,193,198); }
div.DivClassName
{
background-color: #8DC1C6;
}
.BgClassName
{
background-color: #8DC1C6;
}
</style>
border-color css
<style>
span { border-color: #8DC1C6; }
span { border-color: rgb(141,193,198); }
td.TdClassName
{
border-color: #8DC1C6;
}
.TagClassName
{
border-color: #8DC1C6;
}
</style>