Shades of Morning Glory #8DCBCD
Tints of Morning Glory #8DCBCD
RGB
CMYK
RGB Variations
Color information
#8DCBCD (or 0x8DCBCD) is known color: Morning Glory. HEX triplet: 8D, CB and CD. RGB value is (141,203,205). Sum of RGB (Red+Green+Blue) = 141+203+205=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCBCD is #723432. Grayscale: #B8B8B8. Windows color (decimal): -7484467 or 13486989. OLE color: 13486989.
HSL color Cylindrical-coordinate representation of color #8DCBCD: hue angle of 181.88º degrees, saturation: 0.39, 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 #8DCBCD is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 205 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.20 |
| HSL | 181.88º | 0.39% | 0.68% | - |
| HSV(B) | 181.88º | 0.31% | 0.8% | - |
| XYZ | 43.36 | 52.78 | 65.66 | - |
| YUV | 184.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 205 | 0.31 | 0.01 | 0 | 0.20 | 181.88 | 0.39 | 0.68 |
| Hex | 8D | CB | CD | 1F | 1 | 0 | 14 | B6 | 27 | 44 |
| Octal | 215 | 313 | 315 | 37 | 1 | 0 | 24 | 266 | 47 | 104 |
| Binary | 10001101 | 11001011 | 11001101 | 11111 | 1 | 0 | 10100 | 10110110 | 100111 | 1000100 |
Color Harmonies of #8DCBCD
Complementary color
Monochromatic Colors of #8DCBCD
Black with #8DCBCD
Text Example
Text Example
White with #8DCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCBCD; }
p { color: rgb(141,203,205); }
H1.HeaderClassName
{
color: #8DCBCD;
}
.AnyTagClassName
{
color: #8DCBCD;
}
</style>
background-color css
<style>
a { background-color: #8DCBCD; }
a { background-color: rgb(141,203,205); }
div.DivClassName
{
background-color: #8DCBCD;
}
.BgClassName
{
background-color: #8DCBCD;
}
</style>
border-color css
<style>
span { border-color: #8DCBCD; }
span { border-color: rgb(141,203,205); }
td.TdClassName
{
border-color: #8DCBCD;
}
.TagClassName
{
border-color: #8DCBCD;
}
</style>