Shades of Morning Glory #8FCACB
Tints of Morning Glory #8FCACB
RGB
CMYK
RGB Variations
Color information
#8FCACB (or 0x8FCACB) is known color: Morning Glory. HEX triplet: 8F, CA and CB. RGB value is (143,202,203). Sum of RGB (Red+Green+Blue) = 143+202+203=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #8FCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCACB is #703534. Grayscale: #B8B8B8. Windows color (decimal): -7353653 or 13355663. OLE color: 13355663.
HSL color Cylindrical-coordinate representation of color #8FCACB: hue angle of 181º 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 #8FCACB is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 202 | 203 | - |
| CMYK | 0.30 | 0.00 | 0 | 0.20 |
| HSL | 181º | 0.37% | 0.68% | - |
| HSV(B) | 181º | 0.3% | 0.8% | - |
| XYZ | 43.23 | 52.39 | 64.33 | - |
| YUV | 184.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 203 | 0.30 | 0.00 | 0 | 0.20 | 181 | 0.37 | 0.68 |
| Hex | 8F | CA | CB | 1E | 0 | 0 | 14 | B5 | 25 | 44 |
| Octal | 217 | 312 | 313 | 36 | 0 | 0 | 24 | 265 | 45 | 104 |
| Binary | 10001111 | 11001010 | 11001011 | 11110 | 0 | 0 | 10100 | 10110101 | 100101 | 1000100 |
Color Harmonies of #8FCACB
Complementary color
Monochromatic Colors of #8FCACB
Black with #8FCACB
Text Example
Text Example
White with #8FCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCACB; }
p { color: rgb(143,202,203); }
H1.HeaderClassName
{
color: #8FCACB;
}
.AnyTagClassName
{
color: #8FCACB;
}
</style>
background-color css
<style>
a { background-color: #8FCACB; }
a { background-color: rgb(143,202,203); }
div.DivClassName
{
background-color: #8FCACB;
}
.BgClassName
{
background-color: #8FCACB;
}
</style>
border-color css
<style>
span { border-color: #8FCACB; }
span { border-color: rgb(143,202,203); }
td.TdClassName
{
border-color: #8FCACB;
}
.TagClassName
{
border-color: #8FCACB;
}
</style>