Shades of Morning Glory #8DC9CC
Tints of Morning Glory #8DC9CC
RGB
CMYK
RGB Variations
Color information
#8DC9CC (or 0x8DC9CC) is known color: Morning Glory. HEX triplet: 8D, C9 and CC. RGB value is (141,201,204). Sum of RGB (Red+Green+Blue) = 141+201+204=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC9CC is #723633. Grayscale: #B7B7B7. Windows color (decimal): -7484980 or 13420941. OLE color: 13420941.
HSL color Cylindrical-coordinate representation of color #8DC9CC: hue angle of 182.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DC9CC is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 201 | 204 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.2 |
| HSL | 182.86º | 0.38% | 0.68% | - |
| HSV(B) | 182.86º | 0.31% | 0.8% | - |
| XYZ | 42.77 | 51.8 | 64.87 | - |
| YUV | 183.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 204 | 0.31 | 0.01 | 0 | 0.2 | 182.86 | 0.38 | 0.68 |
| Hex | 8D | C9 | CC | 1F | 1 | 0 | 14 | B7 | 26 | 44 |
| Octal | 215 | 311 | 314 | 37 | 1 | 0 | 24 | 267 | 46 | 104 |
| Binary | 10001101 | 11001001 | 11001100 | 11111 | 1 | 0 | 10100 | 10110111 | 100110 | 1000100 |
Color Harmonies of #8DC9CC
Complementary color
Monochromatic Colors of #8DC9CC
Black with #8DC9CC
Text Example
Text Example
White with #8DC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC9CC; }
p { color: rgb(141,201,204); }
H1.HeaderClassName
{
color: #8DC9CC;
}
.AnyTagClassName
{
color: #8DC9CC;
}
</style>
background-color css
<style>
a { background-color: #8DC9CC; }
a { background-color: rgb(141,201,204); }
div.DivClassName
{
background-color: #8DC9CC;
}
.BgClassName
{
background-color: #8DC9CC;
}
</style>
border-color css
<style>
span { border-color: #8DC9CC; }
span { border-color: rgb(141,201,204); }
td.TdClassName
{
border-color: #8DC9CC;
}
.TagClassName
{
border-color: #8DC9CC;
}
</style>