Shades of Morning Glory #8FC8CC
Tints of Morning Glory #8FC8CC
RGB
CMYK
RGB Variations
Color information
#8FC8CC (or 0x8FC8CC) is known color: Morning Glory. HEX triplet: 8F, C8 and CC. RGB value is (143,200,204). Sum of RGB (Red+Green+Blue) = 143+200+204=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC8CC is #703733. Grayscale: #B7B7B7. Windows color (decimal): -7354164 or 13420687. OLE color: 13420687.
HSL color Cylindrical-coordinate representation of color #8FC8CC: hue angle of 183.93º 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 #8FC8CC is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 200 | 204 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.2 |
| HSL | 183.93º | 0.37% | 0.68% | - |
| HSV(B) | 183.93º | 0.3% | 0.8% | - |
| XYZ | 42.88 | 51.51 | 64.81 | - |
| YUV | 183.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 204 | 0.30 | 0.02 | 0 | 0.2 | 183.93 | 0.37 | 0.68 |
| Hex | 8F | C8 | CC | 1E | 2 | 0 | 14 | B8 | 25 | 44 |
| Octal | 217 | 310 | 314 | 36 | 2 | 0 | 24 | 270 | 45 | 104 |
| Binary | 10001111 | 11001000 | 11001100 | 11110 | 10 | 0 | 10100 | 10111000 | 100101 | 1000100 |
Color Harmonies of #8FC8CC
Complementary color
Monochromatic Colors of #8FC8CC
Black with #8FC8CC
Text Example
Text Example
White with #8FC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC8CC; }
p { color: rgb(143,200,204); }
H1.HeaderClassName
{
color: #8FC8CC;
}
.AnyTagClassName
{
color: #8FC8CC;
}
</style>
background-color css
<style>
a { background-color: #8FC8CC; }
a { background-color: rgb(143,200,204); }
div.DivClassName
{
background-color: #8FC8CC;
}
.BgClassName
{
background-color: #8FC8CC;
}
</style>
border-color css
<style>
span { border-color: #8FC8CC; }
span { border-color: rgb(143,200,204); }
td.TdClassName
{
border-color: #8FC8CC;
}
.TagClassName
{
border-color: #8FC8CC;
}
</style>