Shades of Cornflower #8FBCE5
Tints of Cornflower #8FBCE5
RGB
CMYK
RGB Variations
Color information
#8FBCE5 (or 0x8FBCE5) is known color: Cornflower. HEX triplet: 8F, BC and E5. RGB value is (143,188,229). Sum of RGB (Red+Green+Blue) = 143+188+229=560 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.54% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #8FBCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCE5 is #70431A. Grayscale: #B3B3B3. Windows color (decimal): -7357211 or 15056015. OLE color: 15056015.
HSL color Cylindrical-coordinate representation of color #8FBCE5: hue angle of 208.6º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBCE5 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 143 | 188 | 229 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.10 |
| HSL | 208.6º | 0.62% | 0.73% | - |
| HSV(B) | 208.6º | 0.38% | 0.9% | - |
| XYZ | 43.45 | 47.46 | 81 | - |
| YUV | 179.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 229 | 0.38 | 0.18 | 0 | 0.10 | 208.6 | 0.62 | 0.73 |
| Hex | 8F | BC | E5 | 26 | 12 | 0 | A | D1 | 3E | 49 |
| Octal | 217 | 274 | 345 | 46 | 22 | 0 | 12 | 321 | 76 | 111 |
| Binary | 10001111 | 10111100 | 11100101 | 100110 | 10010 | 0 | 1010 | 11010001 | 111110 | 1001001 |
Color Harmonies of #8FBCE5
Complementary color
Monochromatic Colors of #8FBCE5
Black with #8FBCE5
Text Example
Text Example
White with #8FBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCE5; }
p { color: rgb(143,188,229); }
H1.HeaderClassName
{
color: #8FBCE5;
}
.AnyTagClassName
{
color: #8FBCE5;
}
</style>
background-color css
<style>
a { background-color: #8FBCE5; }
a { background-color: rgb(143,188,229); }
div.DivClassName
{
background-color: #8FBCE5;
}
.BgClassName
{
background-color: #8FBCE5;
}
</style>
border-color css
<style>
span { border-color: #8FBCE5; }
span { border-color: rgb(143,188,229); }
td.TdClassName
{
border-color: #8FBCE5;
}
.TagClassName
{
border-color: #8FBCE5;
}
</style>