Shades of Morning Glory #8CC2C9
Tints of Morning Glory #8CC2C9
RGB
CMYK
RGB Variations
Color information
#8CC2C9 (or 0x8CC2C9) is known color: Morning Glory. HEX triplet: 8C, C2 and C9. RGB value is (140,194,201). Sum of RGB (Red+Green+Blue) = 140+194+201=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 201 (78.91% from 255 or 37.57% from 535); Max value from RGB is 201 - color contains mainly: blue. Hex color #8CC2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC2C9 is #733D36. Grayscale: #B2B2B2. Windows color (decimal): -7552311 or 13222540. OLE color: 13222540.
HSL color Cylindrical-coordinate representation of color #8CC2C9: hue angle of 186.89º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC2C9 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 194 | 201 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.21 |
| HSL | 186.89º | 0.36% | 0.67% | - |
| HSV(B) | 186.89º | 0.3% | 0.79% | - |
| XYZ | 40.65 | 48.38 | 62.45 | - |
| YUV | 178.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 201 | 0.30 | 0.03 | 0 | 0.21 | 186.89 | 0.36 | 0.67 |
| Hex | 8C | C2 | C9 | 1E | 3 | 0 | 15 | BB | 24 | 43 |
| Octal | 214 | 302 | 311 | 36 | 3 | 0 | 25 | 273 | 44 | 103 |
| Binary | 10001100 | 11000010 | 11001001 | 11110 | 11 | 0 | 10101 | 10111011 | 100100 | 1000011 |
Color Harmonies of #8CC2C9
Complementary color
Monochromatic Colors of #8CC2C9
Black with #8CC2C9
Text Example
Text Example
White with #8CC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC2C9; }
p { color: rgb(140,194,201); }
H1.HeaderClassName
{
color: #8CC2C9;
}
.AnyTagClassName
{
color: #8CC2C9;
}
</style>
background-color css
<style>
a { background-color: #8CC2C9; }
a { background-color: rgb(140,194,201); }
div.DivClassName
{
background-color: #8CC2C9;
}
.BgClassName
{
background-color: #8CC2C9;
}
</style>
border-color css
<style>
span { border-color: #8CC2C9; }
span { border-color: rgb(140,194,201); }
td.TdClassName
{
border-color: #8CC2C9;
}
.TagClassName
{
border-color: #8CC2C9;
}
</style>