Shades of Morning Glory #8EC9CF
Tints of Morning Glory #8EC9CF
RGB
CMYK
RGB Variations
Color information
#8EC9CF (or 0x8EC9CF) is known color: Morning Glory. HEX triplet: 8E, C9 and CF. RGB value is (142,201,207). Sum of RGB (Red+Green+Blue) = 142+201+207=550 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.82% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #8EC9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC9CF is #713630. Grayscale: #B7B7B7. Windows color (decimal): -7419441 or 13617550. OLE color: 13617550.
HSL color Cylindrical-coordinate representation of color #8EC9CF: hue angle of 185.54º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8EC9CF is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 201 | 207 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.19 |
| HSL | 185.54º | 0.4% | 0.68% | - |
| HSV(B) | 185.54º | 0.31% | 0.81% | - |
| XYZ | 43.3 | 52.03 | 66.79 | - |
| YUV | 184.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 207 | 0.31 | 0.03 | 0 | 0.19 | 185.54 | 0.4 | 0.68 |
| Hex | 8E | C9 | CF | 1F | 3 | 0 | 13 | BA | 28 | 44 |
| Octal | 216 | 311 | 317 | 37 | 3 | 0 | 23 | 272 | 50 | 104 |
| Binary | 10001110 | 11001001 | 11001111 | 11111 | 11 | 0 | 10011 | 10111010 | 101000 | 1000100 |
Color Harmonies of #8EC9CF
Complementary color
Monochromatic Colors of #8EC9CF
Black with #8EC9CF
Text Example
Text Example
White with #8EC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC9CF; }
p { color: rgb(142,201,207); }
H1.HeaderClassName
{
color: #8EC9CF;
}
.AnyTagClassName
{
color: #8EC9CF;
}
</style>
background-color css
<style>
a { background-color: #8EC9CF; }
a { background-color: rgb(142,201,207); }
div.DivClassName
{
background-color: #8EC9CF;
}
.BgClassName
{
background-color: #8EC9CF;
}
</style>
border-color css
<style>
span { border-color: #8EC9CF; }
span { border-color: rgb(142,201,207); }
td.TdClassName
{
border-color: #8EC9CF;
}
.TagClassName
{
border-color: #8EC9CF;
}
</style>