Shades of Morning Glory #8CC9CE
Tints of Morning Glory #8CC9CE
RGB
CMYK
RGB Variations
Color information
#8CC9CE (or 0x8CC9CE) is known color: Morning Glory. HEX triplet: 8C, C9 and CE. RGB value is (140,201,206). Sum of RGB (Red+Green+Blue) = 140+201+206=547 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.59% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #8CC9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC9CE is #733631. Grayscale: #B7B7B7. Windows color (decimal): -7550514 or 13552012. OLE color: 13552012.
HSL color Cylindrical-coordinate representation of color #8CC9CE: hue angle of 184.55º 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 #8CC9CE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 201 | 206 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.19 |
| HSL | 184.55º | 0.4% | 0.68% | - |
| HSV(B) | 184.55º | 0.32% | 0.81% | - |
| XYZ | 42.84 | 51.8 | 66.13 | - |
| YUV | 183.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 206 | 0.32 | 0.02 | 0 | 0.19 | 184.55 | 0.4 | 0.68 |
| Hex | 8C | C9 | CE | 20 | 2 | 0 | 13 | B9 | 28 | 44 |
| Octal | 214 | 311 | 316 | 40 | 2 | 0 | 23 | 271 | 50 | 104 |
| Binary | 10001100 | 11001001 | 11001110 | 100000 | 10 | 0 | 10011 | 10111001 | 101000 | 1000100 |
Color Harmonies of #8CC9CE
Complementary color
Monochromatic Colors of #8CC9CE
Black with #8CC9CE
Text Example
Text Example
White with #8CC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC9CE; }
p { color: rgb(140,201,206); }
H1.HeaderClassName
{
color: #8CC9CE;
}
.AnyTagClassName
{
color: #8CC9CE;
}
</style>
background-color css
<style>
a { background-color: #8CC9CE; }
a { background-color: rgb(140,201,206); }
div.DivClassName
{
background-color: #8CC9CE;
}
.BgClassName
{
background-color: #8CC9CE;
}
</style>
border-color css
<style>
span { border-color: #8CC9CE; }
span { border-color: rgb(140,201,206); }
td.TdClassName
{
border-color: #8CC9CE;
}
.TagClassName
{
border-color: #8CC9CE;
}
</style>