Shades of Morning Glory #8FD8DF
Tints of Morning Glory #8FD8DF
RGB
CMYK
RGB Variations
Color information
#8FD8DF (or 0x8FD8DF) is known color: Morning Glory. HEX triplet: 8F, D8 and DF. RGB value is (143,216,223). Sum of RGB (Red+Green+Blue) = 143+216+223=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD8DF is #702720. Grayscale: #C2C2C2. Windows color (decimal): -7350049 or 14669967. OLE color: 14669967.
HSL color Cylindrical-coordinate representation of color #8FD8DF: hue angle of 185.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FD8DF is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 216 | 223 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.13 |
| HSL | 185.25º | 0.56% | 0.72% | - |
| HSV(B) | 185.25º | 0.36% | 0.87% | - |
| XYZ | 49.2 | 60.28 | 78.85 | - |
| YUV | 194.97 | 143.82 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 223 | 0.36 | 0.03 | 0 | 0.13 | 185.25 | 0.56 | 0.72 |
| Hex | 8F | D8 | DF | 24 | 3 | 0 | D | B9 | 38 | 48 |
| Octal | 217 | 330 | 337 | 44 | 3 | 0 | 15 | 271 | 70 | 110 |
| Binary | 10001111 | 11011000 | 11011111 | 100100 | 11 | 0 | 1101 | 10111001 | 111000 | 1001000 |
Color Harmonies of #8FD8DF
Complementary color
Monochromatic Colors of #8FD8DF
Black with #8FD8DF
Text Example
Text Example
White with #8FD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD8DF; }
p { color: rgb(143,216,223); }
H1.HeaderClassName
{
color: #8FD8DF;
}
.AnyTagClassName
{
color: #8FD8DF;
}
</style>
background-color css
<style>
a { background-color: #8FD8DF; }
a { background-color: rgb(143,216,223); }
div.DivClassName
{
background-color: #8FD8DF;
}
.BgClassName
{
background-color: #8FD8DF;
}
</style>
border-color css
<style>
span { border-color: #8FD8DF; }
span { border-color: rgb(143,216,223); }
td.TdClassName
{
border-color: #8FD8DF;
}
.TagClassName
{
border-color: #8FD8DF;
}
</style>