Shades of Morning Glory #8FDCE0
Tints of Morning Glory #8FDCE0
RGB
CMYK
RGB Variations
Color information
#8FDCE0 (or 0x8FDCE0) is known color: Morning Glory. HEX triplet: 8F, DC and E0. RGB value is (143,220,224). Sum of RGB (Red+Green+Blue) = 143+220+224=587 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.36% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #8FDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDCE0 is #70231F. Grayscale: #C5C5C5. Windows color (decimal): -7349024 or 14736527. OLE color: 14736527.
HSL color Cylindrical-coordinate representation of color #8FDCE0: hue angle of 182.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDCE0 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 143 | 220 | 224 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.12 |
| HSL | 182.96º | 0.57% | 0.72% | - |
| HSV(B) | 182.96º | 0.36% | 0.88% | - |
| XYZ | 50.38 | 62.41 | 79.91 | - |
| YUV | 197.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 224 | 0.36 | 0.02 | 0 | 0.12 | 182.96 | 0.57 | 0.72 |
| Hex | 8F | DC | E0 | 24 | 2 | 0 | C | B7 | 39 | 48 |
| Octal | 217 | 334 | 340 | 44 | 2 | 0 | 14 | 267 | 71 | 110 |
| Binary | 10001111 | 11011100 | 11100000 | 100100 | 10 | 0 | 1100 | 10110111 | 111001 | 1001000 |
Color Harmonies of #8FDCE0
Complementary color
Monochromatic Colors of #8FDCE0
Black with #8FDCE0
Text Example
Text Example
White with #8FDCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCE0; }
p { color: rgb(143,220,224); }
H1.HeaderClassName
{
color: #8FDCE0;
}
.AnyTagClassName
{
color: #8FDCE0;
}
</style>
background-color css
<style>
a { background-color: #8FDCE0; }
a { background-color: rgb(143,220,224); }
div.DivClassName
{
background-color: #8FDCE0;
}
.BgClassName
{
background-color: #8FDCE0;
}
</style>
border-color css
<style>
span { border-color: #8FDCE0; }
span { border-color: rgb(143,220,224); }
td.TdClassName
{
border-color: #8FDCE0;
}
.TagClassName
{
border-color: #8FDCE0;
}
</style>