Shades of Morning Glory #8FCACD
Tints of Morning Glory #8FCACD
RGB
CMYK
RGB Variations
Color information
#8FCACD (or 0x8FCACD) is known color: Morning Glory. HEX triplet: 8F, CA and CD. RGB value is (143,202,205). Sum of RGB (Red+Green+Blue) = 143+202+205=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCACD is #703532. Grayscale: #B8B8B8. Windows color (decimal): -7353651 or 13486735. OLE color: 13486735.
HSL color Cylindrical-coordinate representation of color #8FCACD: hue angle of 182.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCACD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 202 | 205 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.20 |
| HSL | 182.9º | 0.38% | 0.68% | - |
| HSV(B) | 182.9º | 0.3% | 0.8% | - |
| XYZ | 43.47 | 52.49 | 65.6 | - |
| YUV | 184.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 205 | 0.30 | 0.01 | 0 | 0.20 | 182.9 | 0.38 | 0.68 |
| Hex | 8F | CA | CD | 1E | 1 | 0 | 14 | B7 | 26 | 44 |
| Octal | 217 | 312 | 315 | 36 | 1 | 0 | 24 | 267 | 46 | 104 |
| Binary | 10001111 | 11001010 | 11001101 | 11110 | 1 | 0 | 10100 | 10110111 | 100110 | 1000100 |
Color Harmonies of #8FCACD
Complementary color
Monochromatic Colors of #8FCACD
Black with #8FCACD
Text Example
Text Example
White with #8FCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCACD; }
p { color: rgb(143,202,205); }
H1.HeaderClassName
{
color: #8FCACD;
}
.AnyTagClassName
{
color: #8FCACD;
}
</style>
background-color css
<style>
a { background-color: #8FCACD; }
a { background-color: rgb(143,202,205); }
div.DivClassName
{
background-color: #8FCACD;
}
.BgClassName
{
background-color: #8FCACD;
}
</style>
border-color css
<style>
span { border-color: #8FCACD; }
span { border-color: rgb(143,202,205); }
td.TdClassName
{
border-color: #8FCACD;
}
.TagClassName
{
border-color: #8FCACD;
}
</style>