Shades of Morning Glory #8CCDCE
Tints of Morning Glory #8CCDCE
RGB
CMYK
RGB Variations
Color information
#8CCDCE (or 0x8CCDCE) is known color: Morning Glory. HEX triplet: 8C, CD and CE. RGB value is (140,205,206). Sum of RGB (Red+Green+Blue) = 140+205+206=551 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.41% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CCDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCDCE is #733231. Grayscale: #B9B9B9. Windows color (decimal): -7549490 or 13553036. OLE color: 13553036.
HSL color Cylindrical-coordinate representation of color #8CCDCE: hue angle of 180.91º degrees, saturation: 0.4, 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 #8CCDCE is Cyan = 0.32, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 205 | 206 | - |
| CMYK | 0.32 | 0.00 | 0 | 0.19 |
| HSL | 180.91º | 0.4% | 0.68% | - |
| HSV(B) | 180.91º | 0.32% | 0.81% | - |
| XYZ | 43.79 | 53.69 | 66.45 | - |
| YUV | 185.68 | 139.47 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 206 | 0.32 | 0.00 | 0 | 0.19 | 180.91 | 0.4 | 0.68 |
| Hex | 8C | CD | CE | 20 | 0 | 0 | 13 | B5 | 28 | 44 |
| Octal | 214 | 315 | 316 | 40 | 0 | 0 | 23 | 265 | 50 | 104 |
| Binary | 10001100 | 11001101 | 11001110 | 100000 | 0 | 0 | 10011 | 10110101 | 101000 | 1000100 |
Color Harmonies of #8CCDCE
Complementary color
Monochromatic Colors of #8CCDCE
Black with #8CCDCE
Text Example
Text Example
White with #8CCDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCDCE; }
p { color: rgb(140,205,206); }
H1.HeaderClassName
{
color: #8CCDCE;
}
.AnyTagClassName
{
color: #8CCDCE;
}
</style>
background-color css
<style>
a { background-color: #8CCDCE; }
a { background-color: rgb(140,205,206); }
div.DivClassName
{
background-color: #8CCDCE;
}
.BgClassName
{
background-color: #8CCDCE;
}
</style>
border-color css
<style>
span { border-color: #8CCDCE; }
span { border-color: rgb(140,205,206); }
td.TdClassName
{
border-color: #8CCDCE;
}
.TagClassName
{
border-color: #8CCDCE;
}
</style>