Shades of Morning Glory #8CCDCF
Tints of Morning Glory #8CCDCF
RGB
CMYK
RGB Variations
Color information
#8CCDCF (or 0x8CCDCF) is known color: Morning Glory. HEX triplet: 8C, CD and CF. RGB value is (140,205,207). Sum of RGB (Red+Green+Blue) = 140+205+207=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CCDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDCF is #733230. Grayscale: #B9B9B9. Windows color (decimal): -7549489 or 13618572. OLE color: 13618572.
HSL color Cylindrical-coordinate representation of color #8CCDCF: hue angle of 181.79º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCDCF is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 205 | 207 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.19 |
| HSL | 181.79º | 0.41% | 0.68% | - |
| HSV(B) | 181.79º | 0.32% | 0.81% | - |
| XYZ | 43.91 | 53.74 | 67.09 | - |
| YUV | 185.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 207 | 0.32 | 0.01 | 0 | 0.19 | 181.79 | 0.41 | 0.68 |
| Hex | 8C | CD | CF | 20 | 1 | 0 | 13 | B6 | 29 | 44 |
| Octal | 214 | 315 | 317 | 40 | 1 | 0 | 23 | 266 | 51 | 104 |
| Binary | 10001100 | 11001101 | 11001111 | 100000 | 1 | 0 | 10011 | 10110110 | 101001 | 1000100 |
Color Harmonies of #8CCDCF
Complementary color
Monochromatic Colors of #8CCDCF
Black with #8CCDCF
Text Example
Text Example
White with #8CCDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDCF; }
p { color: rgb(140,205,207); }
H1.HeaderClassName
{
color: #8CCDCF;
}
.AnyTagClassName
{
color: #8CCDCF;
}
</style>
background-color css
<style>
a { background-color: #8CCDCF; }
a { background-color: rgb(140,205,207); }
div.DivClassName
{
background-color: #8CCDCF;
}
.BgClassName
{
background-color: #8CCDCF;
}
</style>
border-color css
<style>
span { border-color: #8CCDCF; }
span { border-color: rgb(140,205,207); }
td.TdClassName
{
border-color: #8CCDCF;
}
.TagClassName
{
border-color: #8CCDCF;
}
</style>