Shades of Morning Glory #8CC4CA
Tints of Morning Glory #8CC4CA
RGB
CMYK
RGB Variations
Color information
#8CC4CA (or 0x8CC4CA) is known color: Morning Glory. HEX triplet: 8C, C4 and CA. RGB value is (140,196,202). Sum of RGB (Red+Green+Blue) = 140+196+202=538 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.02% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CC4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC4CA is #733B35. Grayscale: #B3B3B3. Windows color (decimal): -7551798 or 13288588. OLE color: 13288588.
HSL color Cylindrical-coordinate representation of color #8CC4CA: hue angle of 185.81º 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 #8CC4CA is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 196 | 202 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.21 |
| HSL | 185.81º | 0.37% | 0.67% | - |
| HSV(B) | 185.81º | 0.31% | 0.79% | - |
| XYZ | 41.22 | 49.32 | 63.22 | - |
| YUV | 179.94 | 140.45 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 202 | 0.31 | 0.03 | 0 | 0.21 | 185.81 | 0.37 | 0.67 |
| Hex | 8C | C4 | CA | 1F | 3 | 0 | 15 | BA | 25 | 43 |
| Octal | 214 | 304 | 312 | 37 | 3 | 0 | 25 | 272 | 45 | 103 |
| Binary | 10001100 | 11000100 | 11001010 | 11111 | 11 | 0 | 10101 | 10111010 | 100101 | 1000011 |
Color Harmonies of #8CC4CA
Complementary color
Monochromatic Colors of #8CC4CA
Black with #8CC4CA
Text Example
Text Example
White with #8CC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC4CA; }
p { color: rgb(140,196,202); }
H1.HeaderClassName
{
color: #8CC4CA;
}
.AnyTagClassName
{
color: #8CC4CA;
}
</style>
background-color css
<style>
a { background-color: #8CC4CA; }
a { background-color: rgb(140,196,202); }
div.DivClassName
{
background-color: #8CC4CA;
}
.BgClassName
{
background-color: #8CC4CA;
}
</style>
border-color css
<style>
span { border-color: #8CC4CA; }
span { border-color: rgb(140,196,202); }
td.TdClassName
{
border-color: #8CC4CA;
}
.TagClassName
{
border-color: #8CC4CA;
}
</style>