Shades of Morning Glory #8FCFD0
Tints of Morning Glory #8FCFD0
RGB
CMYK
RGB Variations
Color information
#8FCFD0 (or 0x8FCFD0) is known color: Morning Glory. HEX triplet: 8F, CF and D0. RGB value is (143,207,208). Sum of RGB (Red+Green+Blue) = 143+207+208=558 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.63% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #8FCFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFD0 is #70302F. Grayscale: #BBBBBB. Windows color (decimal): -7352368 or 13684623. OLE color: 13684623.
HSL color Cylindrical-coordinate representation of color #8FCFD0: hue angle of 180.92º 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 #8FCFD0 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 207 | 208 | - |
| CMYK | 0.31 | 0.00 | 0 | 0.18 |
| HSL | 180.92º | 0.41% | 0.69% | - |
| HSV(B) | 180.92º | 0.31% | 0.82% | - |
| XYZ | 45.03 | 55.02 | 67.92 | - |
| YUV | 187.98 | 139.3 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 208 | 0.31 | 0.00 | 0 | 0.18 | 180.92 | 0.41 | 0.69 |
| Hex | 8F | CF | D0 | 1F | 0 | 0 | 12 | B5 | 29 | 45 |
| Octal | 217 | 317 | 320 | 37 | 0 | 0 | 22 | 265 | 51 | 105 |
| Binary | 10001111 | 11001111 | 11010000 | 11111 | 0 | 0 | 10010 | 10110101 | 101001 | 1000101 |
Color Harmonies of #8FCFD0
Complementary color
Monochromatic Colors of #8FCFD0
Black with #8FCFD0
Text Example
Text Example
White with #8FCFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFD0; }
p { color: rgb(143,207,208); }
H1.HeaderClassName
{
color: #8FCFD0;
}
.AnyTagClassName
{
color: #8FCFD0;
}
</style>
background-color css
<style>
a { background-color: #8FCFD0; }
a { background-color: rgb(143,207,208); }
div.DivClassName
{
background-color: #8FCFD0;
}
.BgClassName
{
background-color: #8FCFD0;
}
</style>
border-color css
<style>
span { border-color: #8FCFD0; }
span { border-color: rgb(143,207,208); }
td.TdClassName
{
border-color: #8FCFD0;
}
.TagClassName
{
border-color: #8FCFD0;
}
</style>