Shades of Morning Glory #8ECCCD
Tints of Morning Glory #8ECCCD
RGB
CMYK
RGB Variations
Color information
#8ECCCD (or 0x8ECCCD) is known color: Morning Glory. HEX triplet: 8E, CC and CD. RGB value is (142,204,205). Sum of RGB (Red+Green+Blue) = 142+204+205=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ECCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECCCD is #713332. Grayscale: #B9B9B9. Windows color (decimal): -7418675 or 13487246. OLE color: 13487246.
HSL color Cylindrical-coordinate representation of color #8ECCCD: hue angle of 180.95º 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 #8ECCCD is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 204 | 205 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.20 |
| HSL | 180.95º | 0.39% | 0.68% | - |
| HSV(B) | 180.95º | 0.31% | 0.8% | - |
| XYZ | 43.77 | 53.34 | 65.75 | - |
| YUV | 185.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 204 | 205 | 0.31 | 0.00 | 0 | 0.20 | 180.95 | 0.39 | 0.68 |
| Hex | 8E | CC | CD | 1F | 0 | 0 | 14 | B5 | 27 | 44 |
| Octal | 216 | 314 | 315 | 37 | 0 | 0 | 24 | 265 | 47 | 104 |
| Binary | 10001110 | 11001100 | 11001101 | 11111 | 0 | 0 | 10100 | 10110101 | 100111 | 1000100 |
Color Harmonies of #8ECCCD
Complementary color
Monochromatic Colors of #8ECCCD
Black with #8ECCCD
Text Example
Text Example
White with #8ECCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECCCD; }
p { color: rgb(142,204,205); }
H1.HeaderClassName
{
color: #8ECCCD;
}
.AnyTagClassName
{
color: #8ECCCD;
}
</style>
background-color css
<style>
a { background-color: #8ECCCD; }
a { background-color: rgb(142,204,205); }
div.DivClassName
{
background-color: #8ECCCD;
}
.BgClassName
{
background-color: #8ECCCD;
}
</style>
border-color css
<style>
span { border-color: #8ECCCD; }
span { border-color: rgb(142,204,205); }
td.TdClassName
{
border-color: #8ECCCD;
}
.TagClassName
{
border-color: #8ECCCD;
}
</style>