Shades of Morning Glory #8FCACC
Tints of Morning Glory #8FCACC
RGB
CMYK
RGB Variations
Color information
#8FCACC (or 0x8FCACC) is known color: Morning Glory. HEX triplet: 8F, CA and CC. RGB value is (143,202,204). Sum of RGB (Red+Green+Blue) = 143+202+204=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCACC is #703533. Grayscale: #B8B8B8. Windows color (decimal): -7353652 or 13421199. OLE color: 13421199.
HSL color Cylindrical-coordinate representation of color #8FCACC: hue angle of 181.97º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCACC is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 202 | 204 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.2 |
| HSL | 181.97º | 0.37% | 0.68% | - |
| HSV(B) | 181.97º | 0.3% | 0.8% | - |
| XYZ | 43.35 | 52.44 | 64.96 | - |
| YUV | 184.59 | 138.95 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 204 | 0.30 | 0.01 | 0 | 0.2 | 181.97 | 0.37 | 0.68 |
| Hex | 8F | CA | CC | 1E | 1 | 0 | 14 | B6 | 25 | 44 |
| Octal | 217 | 312 | 314 | 36 | 1 | 0 | 24 | 266 | 45 | 104 |
| Binary | 10001111 | 11001010 | 11001100 | 11110 | 1 | 0 | 10100 | 10110110 | 100101 | 1000100 |
Color Harmonies of #8FCACC
Complementary color
Monochromatic Colors of #8FCACC
Black with #8FCACC
Text Example
Text Example
White with #8FCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCACC; }
p { color: rgb(143,202,204); }
H1.HeaderClassName
{
color: #8FCACC;
}
.AnyTagClassName
{
color: #8FCACC;
}
</style>
background-color css
<style>
a { background-color: #8FCACC; }
a { background-color: rgb(143,202,204); }
div.DivClassName
{
background-color: #8FCACC;
}
.BgClassName
{
background-color: #8FCACC;
}
</style>
border-color css
<style>
span { border-color: #8FCACC; }
span { border-color: rgb(143,202,204); }
td.TdClassName
{
border-color: #8FCACC;
}
.TagClassName
{
border-color: #8FCACC;
}
</style>