Shades of Morning Glory #8FCBCD
Tints of Morning Glory #8FCBCD
RGB
CMYK
RGB Variations
Color information
#8FCBCD (or 0x8FCBCD) is known color: Morning Glory. HEX triplet: 8F, CB and CD. RGB value is (143,203,205). Sum of RGB (Red+Green+Blue) = 143+203+205=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #8FCBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCBCD is #703432. Grayscale: #B9B9B9. Windows color (decimal): -7353395 or 13486991. OLE color: 13486991.
HSL color Cylindrical-coordinate representation of color #8FCBCD: hue angle of 181.94º 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 #8FCBCD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 205 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.20 |
| HSL | 181.94º | 0.38% | 0.68% | - |
| HSV(B) | 181.94º | 0.3% | 0.8% | - |
| XYZ | 43.7 | 52.96 | 65.68 | - |
| YUV | 185.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 205 | 0.30 | 0.01 | 0 | 0.20 | 181.94 | 0.38 | 0.68 |
| Hex | 8F | CB | CD | 1E | 1 | 0 | 14 | B6 | 26 | 44 |
| Octal | 217 | 313 | 315 | 36 | 1 | 0 | 24 | 266 | 46 | 104 |
| Binary | 10001111 | 11001011 | 11001101 | 11110 | 1 | 0 | 10100 | 10110110 | 100110 | 1000100 |
Color Harmonies of #8FCBCD
Complementary color
Monochromatic Colors of #8FCBCD
Black with #8FCBCD
Text Example
Text Example
White with #8FCBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCBCD; }
p { color: rgb(143,203,205); }
H1.HeaderClassName
{
color: #8FCBCD;
}
.AnyTagClassName
{
color: #8FCBCD;
}
</style>
background-color css
<style>
a { background-color: #8FCBCD; }
a { background-color: rgb(143,203,205); }
div.DivClassName
{
background-color: #8FCBCD;
}
.BgClassName
{
background-color: #8FCBCD;
}
</style>
border-color css
<style>
span { border-color: #8FCBCD; }
span { border-color: rgb(143,203,205); }
td.TdClassName
{
border-color: #8FCBCD;
}
.TagClassName
{
border-color: #8FCBCD;
}
</style>