Shades of Morning Glory #8FCBCC
Tints of Morning Glory #8FCBCC
RGB
CMYK
RGB Variations
Color information
#8FCBCC (or 0x8FCBCC) is known color: Morning Glory. HEX triplet: 8F, CB and CC. RGB value is (143,203,204). Sum of RGB (Red+Green+Blue) = 143+203+204=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FCBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBCC is #703433. Grayscale: #B9B9B9. Windows color (decimal): -7353396 or 13421455. OLE color: 13421455.
HSL color Cylindrical-coordinate representation of color #8FCBCC: hue angle of 180.98º 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 #8FCBCC is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 203 | 204 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.2 |
| HSL | 180.98º | 0.37% | 0.68% | - |
| HSV(B) | 180.98º | 0.3% | 0.8% | - |
| XYZ | 43.58 | 52.91 | 65.04 | - |
| YUV | 185.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 204 | 0.30 | 0.00 | 0 | 0.2 | 180.98 | 0.37 | 0.68 |
| Hex | 8F | CB | CC | 1E | 0 | 0 | 14 | B5 | 25 | 44 |
| Octal | 217 | 313 | 314 | 36 | 0 | 0 | 24 | 265 | 45 | 104 |
| Binary | 10001111 | 11001011 | 11001100 | 11110 | 0 | 0 | 10100 | 10110101 | 100101 | 1000100 |
Color Harmonies of #8FCBCC
Complementary color
Monochromatic Colors of #8FCBCC
Black with #8FCBCC
Text Example
Text Example
White with #8FCBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBCC; }
p { color: rgb(143,203,204); }
H1.HeaderClassName
{
color: #8FCBCC;
}
.AnyTagClassName
{
color: #8FCBCC;
}
</style>
background-color css
<style>
a { background-color: #8FCBCC; }
a { background-color: rgb(143,203,204); }
div.DivClassName
{
background-color: #8FCBCC;
}
.BgClassName
{
background-color: #8FCBCC;
}
</style>
border-color css
<style>
span { border-color: #8FCBCC; }
span { border-color: rgb(143,203,204); }
td.TdClassName
{
border-color: #8FCBCC;
}
.TagClassName
{
border-color: #8FCBCC;
}
</style>