Shades of Cornflower #8FBCE9
Tints of Cornflower #8FBCE9
RGB
CMYK
RGB Variations
Color information
#8FBCE9 (or 0x8FBCE9) is known color: Cornflower. HEX triplet: 8F, BC and E9. RGB value is (143,188,233). Sum of RGB (Red+Green+Blue) = 143+188+233=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #8FBCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBCE9 is #704316. Grayscale: #B3B3B3. Windows color (decimal): -7357207 or 15318159. OLE color: 15318159.
HSL color Cylindrical-coordinate representation of color #8FBCE9: hue angle of 210º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBCE9 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 188 | 233 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.09 |
| HSL | 210º | 0.67% | 0.74% | - |
| HSV(B) | 210º | 0.39% | 0.91% | - |
| XYZ | 44.02 | 47.69 | 83.98 | - |
| YUV | 179.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 233 | 0.39 | 0.19 | 0 | 0.09 | 210 | 0.67 | 0.74 |
| Hex | 8F | BC | E9 | 27 | 13 | 0 | 9 | D2 | 43 | 4A |
| Octal | 217 | 274 | 351 | 47 | 23 | 0 | 11 | 322 | 103 | 112 |
| Binary | 10001111 | 10111100 | 11101001 | 100111 | 10011 | 0 | 1001 | 11010010 | 1000011 | 1001010 |
Color Harmonies of #8FBCE9
Complementary color
Monochromatic Colors of #8FBCE9
Black with #8FBCE9
Text Example
Text Example
White with #8FBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCE9; }
p { color: rgb(143,188,233); }
H1.HeaderClassName
{
color: #8FBCE9;
}
.AnyTagClassName
{
color: #8FBCE9;
}
</style>
background-color css
<style>
a { background-color: #8FBCE9; }
a { background-color: rgb(143,188,233); }
div.DivClassName
{
background-color: #8FBCE9;
}
.BgClassName
{
background-color: #8FBCE9;
}
</style>
border-color css
<style>
span { border-color: #8FBCE9; }
span { border-color: rgb(143,188,233); }
td.TdClassName
{
border-color: #8FBCE9;
}
.TagClassName
{
border-color: #8FBCE9;
}
</style>