Shades of Morning Glory #8CC5CA
Tints of Morning Glory #8CC5CA
RGB
CMYK
RGB Variations
Color information
#8CC5CA (or 0x8CC5CA) is known color: Morning Glory. HEX triplet: 8C, C5 and CA. RGB value is (140,197,202). Sum of RGB (Red+Green+Blue) = 140+197+202=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC5CA is #733A35. Grayscale: #B4B4B4. Windows color (decimal): -7551542 or 13288844. OLE color: 13288844.
HSL color Cylindrical-coordinate representation of color #8CC5CA: hue angle of 184.84º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC5CA is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 197 | 202 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.21 |
| HSL | 184.84º | 0.37% | 0.67% | - |
| HSV(B) | 184.84º | 0.31% | 0.79% | - |
| XYZ | 41.44 | 49.77 | 63.3 | - |
| YUV | 180.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 202 | 0.31 | 0.02 | 0 | 0.21 | 184.84 | 0.37 | 0.67 |
| Hex | 8C | C5 | CA | 1F | 2 | 0 | 15 | B9 | 25 | 43 |
| Octal | 214 | 305 | 312 | 37 | 2 | 0 | 25 | 271 | 45 | 103 |
| Binary | 10001100 | 11000101 | 11001010 | 11111 | 10 | 0 | 10101 | 10111001 | 100101 | 1000011 |
Color Harmonies of #8CC5CA
Complementary color
Monochromatic Colors of #8CC5CA
Black with #8CC5CA
Text Example
Text Example
White with #8CC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC5CA; }
p { color: rgb(140,197,202); }
H1.HeaderClassName
{
color: #8CC5CA;
}
.AnyTagClassName
{
color: #8CC5CA;
}
</style>
background-color css
<style>
a { background-color: #8CC5CA; }
a { background-color: rgb(140,197,202); }
div.DivClassName
{
background-color: #8CC5CA;
}
.BgClassName
{
background-color: #8CC5CA;
}
</style>
border-color css
<style>
span { border-color: #8CC5CA; }
span { border-color: rgb(140,197,202); }
td.TdClassName
{
border-color: #8CC5CA;
}
.TagClassName
{
border-color: #8CC5CA;
}
</style>