Shades of Morning Glory #8CCCCE
Tints of Morning Glory #8CCCCE
RGB
CMYK
RGB Variations
Color information
#8CCCCE (or 0x8CCCCE) is known color: Morning Glory. HEX triplet: 8C, CC and CE. RGB value is (140,204,206). Sum of RGB (Red+Green+Blue) = 140+204+206=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CCCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCCCE is #733331. Grayscale: #B9B9B9. Windows color (decimal): -7549746 or 13552780. OLE color: 13552780.
HSL color Cylindrical-coordinate representation of color #8CCCCE: hue angle of 181.82º 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 #8CCCCE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 204 | 206 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.19 |
| HSL | 181.82º | 0.4% | 0.68% | - |
| HSV(B) | 181.82º | 0.32% | 0.81% | - |
| XYZ | 43.55 | 53.22 | 66.37 | - |
| YUV | 185.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 206 | 0.32 | 0.01 | 0 | 0.19 | 181.82 | 0.4 | 0.68 |
| Hex | 8C | CC | CE | 20 | 1 | 0 | 13 | B6 | 28 | 44 |
| Octal | 214 | 314 | 316 | 40 | 1 | 0 | 23 | 266 | 50 | 104 |
| Binary | 10001100 | 11001100 | 11001110 | 100000 | 1 | 0 | 10011 | 10110110 | 101000 | 1000100 |
Color Harmonies of #8CCCCE
Complementary color
Monochromatic Colors of #8CCCCE
Black with #8CCCCE
Text Example
Text Example
White with #8CCCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCCCE; }
p { color: rgb(140,204,206); }
H1.HeaderClassName
{
color: #8CCCCE;
}
.AnyTagClassName
{
color: #8CCCCE;
}
</style>
background-color css
<style>
a { background-color: #8CCCCE; }
a { background-color: rgb(140,204,206); }
div.DivClassName
{
background-color: #8CCCCE;
}
.BgClassName
{
background-color: #8CCCCE;
}
</style>
border-color css
<style>
span { border-color: #8CCCCE; }
span { border-color: rgb(140,204,206); }
td.TdClassName
{
border-color: #8CCCCE;
}
.TagClassName
{
border-color: #8CCCCE;
}
</style>