Shades of Morning Glory #8FCFCC
Tints of Morning Glory #8FCFCC
RGB
CMYK
RGB Variations
Color information
#8FCFCC (or 0x8FCFCC) is known color: Morning Glory. HEX triplet: 8F, CF and CC. RGB value is (143,207,204). Sum of RGB (Red+Green+Blue) = 143+207+204=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFCC is #703033. Grayscale: #BBBBBB. Windows color (decimal): -7352372 or 13422479. OLE color: 13422479.
HSL color Cylindrical-coordinate representation of color #8FCFCC: hue angle of 177.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFCC is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 204 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.19 |
| HSL | 177.19º | 0.4% | 0.69% | - |
| HSV(B) | 177.19º | 0.31% | 0.81% | - |
| XYZ | 44.54 | 54.82 | 65.36 | - |
| YUV | 187.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 204 | 0.31 | 0 | 0.01 | 0.19 | 177.19 | 0.4 | 0.69 |
| Hex | 8F | CF | CC | 1F | 0 | 1 | 13 | B1 | 28 | 45 |
| Octal | 217 | 317 | 314 | 37 | 0 | 1 | 23 | 261 | 50 | 105 |
| Binary | 10001111 | 11001111 | 11001100 | 11111 | 0 | 1 | 10011 | 10110001 | 101000 | 1000101 |
Color Harmonies of #8FCFCC
Complementary color
Monochromatic Colors of #8FCFCC
Black with #8FCFCC
Text Example
Text Example
White with #8FCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFCC; }
p { color: rgb(143,207,204); }
H1.HeaderClassName
{
color: #8FCFCC;
}
.AnyTagClassName
{
color: #8FCFCC;
}
</style>
background-color css
<style>
a { background-color: #8FCFCC; }
a { background-color: rgb(143,207,204); }
div.DivClassName
{
background-color: #8FCFCC;
}
.BgClassName
{
background-color: #8FCFCC;
}
</style>
border-color css
<style>
span { border-color: #8FCFCC; }
span { border-color: rgb(143,207,204); }
td.TdClassName
{
border-color: #8FCFCC;
}
.TagClassName
{
border-color: #8FCFCC;
}
</style>