Shades of Morning Glory #8FCACF
Tints of Morning Glory #8FCACF
RGB
CMYK
RGB Variations
Color information
#8FCACF (or 0x8FCACF) is known color: Morning Glory. HEX triplet: 8F, CA and CF. RGB value is (143,202,207). Sum of RGB (Red+Green+Blue) = 143+202+207=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #8FCACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCACF is #703530. Grayscale: #B8B8B8. Windows color (decimal): -7353649 or 13617807. OLE color: 13617807.
HSL color Cylindrical-coordinate representation of color #8FCACF: hue angle of 184.69º 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 #8FCACF is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 202 | 207 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.19 |
| HSL | 184.69º | 0.4% | 0.69% | - |
| HSV(B) | 184.69º | 0.31% | 0.81% | - |
| XYZ | 43.71 | 52.59 | 66.88 | - |
| YUV | 184.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 207 | 0.31 | 0.02 | 0 | 0.19 | 184.69 | 0.4 | 0.69 |
| Hex | 8F | CA | CF | 1F | 2 | 0 | 13 | B9 | 28 | 45 |
| Octal | 217 | 312 | 317 | 37 | 2 | 0 | 23 | 271 | 50 | 105 |
| Binary | 10001111 | 11001010 | 11001111 | 11111 | 10 | 0 | 10011 | 10111001 | 101000 | 1000101 |
Color Harmonies of #8FCACF
Complementary color
Monochromatic Colors of #8FCACF
Black with #8FCACF
Text Example
Text Example
White with #8FCACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCACF; }
p { color: rgb(143,202,207); }
H1.HeaderClassName
{
color: #8FCACF;
}
.AnyTagClassName
{
color: #8FCACF;
}
</style>
background-color css
<style>
a { background-color: #8FCACF; }
a { background-color: rgb(143,202,207); }
div.DivClassName
{
background-color: #8FCACF;
}
.BgClassName
{
background-color: #8FCACF;
}
</style>
border-color css
<style>
span { border-color: #8FCACF; }
span { border-color: rgb(143,202,207); }
td.TdClassName
{
border-color: #8FCACF;
}
.TagClassName
{
border-color: #8FCACF;
}
</style>