Shades of Morning Glory #8DC8CB
Tints of Morning Glory #8DC8CB
RGB
CMYK
RGB Variations
Color information
#8DC8CB (or 0x8DC8CB) is known color: Morning Glory. HEX triplet: 8D, C8 and CB. RGB value is (141,200,203). Sum of RGB (Red+Green+Blue) = 141+200+203=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8CB is #723734. Grayscale: #B6B6B6. Windows color (decimal): -7485237 or 13355149. OLE color: 13355149.
HSL color Cylindrical-coordinate representation of color #8DC8CB: hue angle of 182.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DC8CB is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 200 | 203 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.20 |
| HSL | 182.9º | 0.37% | 0.67% | - |
| HSV(B) | 182.9º | 0.31% | 0.8% | - |
| XYZ | 42.42 | 51.28 | 64.16 | - |
| YUV | 182.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 203 | 0.31 | 0.01 | 0 | 0.20 | 182.9 | 0.37 | 0.67 |
| Hex | 8D | C8 | CB | 1F | 1 | 0 | 14 | B7 | 25 | 43 |
| Octal | 215 | 310 | 313 | 37 | 1 | 0 | 24 | 267 | 45 | 103 |
| Binary | 10001101 | 11001000 | 11001011 | 11111 | 1 | 0 | 10100 | 10110111 | 100101 | 1000011 |
Color Harmonies of #8DC8CB
Complementary color
Monochromatic Colors of #8DC8CB
Black with #8DC8CB
Text Example
Text Example
White with #8DC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC8CB; }
p { color: rgb(141,200,203); }
H1.HeaderClassName
{
color: #8DC8CB;
}
.AnyTagClassName
{
color: #8DC8CB;
}
</style>
background-color css
<style>
a { background-color: #8DC8CB; }
a { background-color: rgb(141,200,203); }
div.DivClassName
{
background-color: #8DC8CB;
}
.BgClassName
{
background-color: #8DC8CB;
}
</style>
border-color css
<style>
span { border-color: #8DC8CB; }
span { border-color: rgb(141,200,203); }
td.TdClassName
{
border-color: #8DC8CB;
}
.TagClassName
{
border-color: #8DC8CB;
}
</style>