Shades of Morning Glory #8FCED6
Tints of Morning Glory #8FCED6
RGB
CMYK
RGB Variations
Color information
#8FCED6 (or 0x8FCED6) is known color: Morning Glory. HEX triplet: 8F, CE and D6. RGB value is (143,206,214). Sum of RGB (Red+Green+Blue) = 143+206+214=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 214 - color contains mainly: blue. Hex color #8FCED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCED6 is #703129. Grayscale: #BBBBBB. Windows color (decimal): -7352618 or 14077583. OLE color: 14077583.
HSL color Cylindrical-coordinate representation of color #8FCED6: hue angle of 186.76º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FCED6 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 206 | 214 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.16 |
| HSL | 186.76º | 0.46% | 0.7% | - |
| HSV(B) | 186.76º | 0.33% | 0.84% | - |
| XYZ | 45.54 | 54.84 | 71.8 | - |
| YUV | 188.08 | 142.63 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 214 | 0.33 | 0.04 | 0 | 0.16 | 186.76 | 0.46 | 0.7 |
| Hex | 8F | CE | D6 | 21 | 4 | 0 | 10 | BB | 2E | 46 |
| Octal | 217 | 316 | 326 | 41 | 4 | 0 | 20 | 273 | 56 | 106 |
| Binary | 10001111 | 11001110 | 11010110 | 100001 | 100 | 0 | 10000 | 10111011 | 101110 | 1000110 |
Color Harmonies of #8FCED6
Complementary color
Monochromatic Colors of #8FCED6
Black with #8FCED6
Text Example
Text Example
White with #8FCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCED6; }
p { color: rgb(143,206,214); }
H1.HeaderClassName
{
color: #8FCED6;
}
.AnyTagClassName
{
color: #8FCED6;
}
</style>
background-color css
<style>
a { background-color: #8FCED6; }
a { background-color: rgb(143,206,214); }
div.DivClassName
{
background-color: #8FCED6;
}
.BgClassName
{
background-color: #8FCED6;
}
</style>
border-color css
<style>
span { border-color: #8FCED6; }
span { border-color: rgb(143,206,214); }
td.TdClassName
{
border-color: #8FCED6;
}
.TagClassName
{
border-color: #8FCED6;
}
</style>