Shades of Morning Glory #8DCBCC
Tints of Morning Glory #8DCBCC
RGB
CMYK
RGB Variations
Color information
#8DCBCC (or 0x8DCBCC) is known color: Morning Glory. HEX triplet: 8D, CB and CC. RGB value is (141,203,204). Sum of RGB (Red+Green+Blue) = 141+203+204=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBCC is #723433. Grayscale: #B8B8B8. Windows color (decimal): -7484468 or 13421453. OLE color: 13421453.
HSL color Cylindrical-coordinate representation of color #8DCBCC: hue angle of 180.95º 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 #8DCBCC is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 203 | 204 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.2 |
| HSL | 180.95º | 0.38% | 0.68% | - |
| HSV(B) | 180.95º | 0.31% | 0.8% | - |
| XYZ | 43.24 | 52.73 | 65.03 | - |
| YUV | 184.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 204 | 0.31 | 0.00 | 0 | 0.2 | 180.95 | 0.38 | 0.68 |
| Hex | 8D | CB | CC | 1F | 0 | 0 | 14 | B5 | 26 | 44 |
| Octal | 215 | 313 | 314 | 37 | 0 | 0 | 24 | 265 | 46 | 104 |
| Binary | 10001101 | 11001011 | 11001100 | 11111 | 0 | 0 | 10100 | 10110101 | 100110 | 1000100 |
Color Harmonies of #8DCBCC
Complementary color
Monochromatic Colors of #8DCBCC
Black with #8DCBCC
Text Example
Text Example
White with #8DCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBCC; }
p { color: rgb(141,203,204); }
H1.HeaderClassName
{
color: #8DCBCC;
}
.AnyTagClassName
{
color: #8DCBCC;
}
</style>
background-color css
<style>
a { background-color: #8DCBCC; }
a { background-color: rgb(141,203,204); }
div.DivClassName
{
background-color: #8DCBCC;
}
.BgClassName
{
background-color: #8DCBCC;
}
</style>
border-color css
<style>
span { border-color: #8DCBCC; }
span { border-color: rgb(141,203,204); }
td.TdClassName
{
border-color: #8DCBCC;
}
.TagClassName
{
border-color: #8DCBCC;
}
</style>