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