Shades of Cornflower #8FBCD8
Tints of Cornflower #8FBCD8
RGB
CMYK
RGB Variations
Color information
#8FBCD8 (or 0x8FBCD8) is known color: Cornflower. HEX triplet: 8F, BC and D8. RGB value is (143,188,216). Sum of RGB (Red+Green+Blue) = 143+188+216=547 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.14% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #8FBCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCD8 is #704327. Grayscale: #B1B1B1. Windows color (decimal): -7357224 or 14204047. OLE color: 14204047.
HSL color Cylindrical-coordinate representation of color #8FBCD8: hue angle of 203.01º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBCD8 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 188 | 216 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.15 |
| HSL | 203.01º | 0.48% | 0.7% | - |
| HSV(B) | 203.01º | 0.34% | 0.85% | - |
| XYZ | 41.71 | 46.76 | 71.79 | - |
| YUV | 177.74 | 149.59 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 216 | 0.34 | 0.13 | 0 | 0.15 | 203.01 | 0.48 | 0.7 |
| Hex | 8F | BC | D8 | 22 | D | 0 | F | CB | 30 | 46 |
| Octal | 217 | 274 | 330 | 42 | 15 | 0 | 17 | 313 | 60 | 106 |
| Binary | 10001111 | 10111100 | 11011000 | 100010 | 1101 | 0 | 1111 | 11001011 | 110000 | 1000110 |
Color Harmonies of #8FBCD8
Complementary color
Monochromatic Colors of #8FBCD8
Black with #8FBCD8
Text Example
Text Example
White with #8FBCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCD8; }
p { color: rgb(143,188,216); }
H1.HeaderClassName
{
color: #8FBCD8;
}
.AnyTagClassName
{
color: #8FBCD8;
}
</style>
background-color css
<style>
a { background-color: #8FBCD8; }
a { background-color: rgb(143,188,216); }
div.DivClassName
{
background-color: #8FBCD8;
}
.BgClassName
{
background-color: #8FBCD8;
}
</style>
border-color css
<style>
span { border-color: #8FBCD8; }
span { border-color: rgb(143,188,216); }
td.TdClassName
{
border-color: #8FBCD8;
}
.TagClassName
{
border-color: #8FBCD8;
}
</style>