Shades of Morning Glory #8FD0CF
Tints of Morning Glory #8FD0CF
RGB
CMYK
RGB Variations
Color information
#8FD0CF (or 0x8FD0CF) is known color: Morning Glory. HEX triplet: 8F, D0 and CF. RGB value is (143,208,207). Sum of RGB (Red+Green+Blue) = 143+208+207=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD0CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD0CF is #702F30. Grayscale: #BCBCBC. Windows color (decimal): -7352113 or 13619343. OLE color: 13619343.
HSL color Cylindrical-coordinate representation of color #8FD0CF: hue angle of 179.08º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FD0CF is Cyan = 0.31, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 207 | - |
| CMYK | 0.31 | 0 | 0.00 | 0.18 |
| HSL | 179.08º | 0.41% | 0.69% | - |
| HSV(B) | 179.08º | 0.31% | 0.82% | - |
| XYZ | 45.15 | 55.46 | 67.36 | - |
| YUV | 188.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 207 | 0.31 | 0 | 0.00 | 0.18 | 179.08 | 0.41 | 0.69 |
| Hex | 8F | D0 | CF | 1F | 0 | 0 | 12 | B3 | 29 | 45 |
| Octal | 217 | 320 | 317 | 37 | 0 | 0 | 22 | 263 | 51 | 105 |
| Binary | 10001111 | 11010000 | 11001111 | 11111 | 0 | 0 | 10010 | 10110011 | 101001 | 1000101 |
Color Harmonies of #8FD0CF
Complementary color
Monochromatic Colors of #8FD0CF
Black with #8FD0CF
Text Example
Text Example
White with #8FD0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD0CF; }
p { color: rgb(143,208,207); }
H1.HeaderClassName
{
color: #8FD0CF;
}
.AnyTagClassName
{
color: #8FD0CF;
}
</style>
background-color css
<style>
a { background-color: #8FD0CF; }
a { background-color: rgb(143,208,207); }
div.DivClassName
{
background-color: #8FD0CF;
}
.BgClassName
{
background-color: #8FD0CF;
}
</style>
border-color css
<style>
span { border-color: #8FD0CF; }
span { border-color: rgb(143,208,207); }
td.TdClassName
{
border-color: #8FD0CF;
}
.TagClassName
{
border-color: #8FD0CF;
}
</style>