Shades of Cornflower #8FBAF0
Tints of Cornflower #8FBAF0
RGB
CMYK
RGB Variations
Color information
#8FBAF0 (or 0x8FBAF0) is known color: Cornflower. HEX triplet: 8F, BA and F0. RGB value is (143,186,240). Sum of RGB (Red+Green+Blue) = 143+186+240=569 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.13% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 240 (94.14% from 255 or 42.18% from 569); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FBAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAF0 is #70450F. Grayscale: #B3B3B3. Windows color (decimal): -7357712 or 15776399. OLE color: 15776399.
HSL color Cylindrical-coordinate representation of color #8FBAF0: hue angle of 213.4º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FBAF0 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 186 | 240 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.06 |
| HSL | 213.4º | 0.76% | 0.75% | - |
| HSV(B) | 213.4º | 0.4% | 0.94% | - |
| XYZ | 44.61 | 47.25 | 89.21 | - |
| YUV | 179.3 | 162.25 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 240 | 0.40 | 0.22 | 0 | 0.06 | 213.4 | 0.76 | 0.75 |
| Hex | 8F | BA | F0 | 28 | 16 | 0 | 6 | D5 | 4C | 4B |
| Octal | 217 | 272 | 360 | 50 | 26 | 0 | 6 | 325 | 114 | 113 |
| Binary | 10001111 | 10111010 | 11110000 | 101000 | 10110 | 0 | 110 | 11010101 | 1001100 | 1001011 |
Color Harmonies of #8FBAF0
Complementary color
Monochromatic Colors of #8FBAF0
Black with #8FBAF0
Text Example
Text Example
White with #8FBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAF0; }
p { color: rgb(143,186,240); }
H1.HeaderClassName
{
color: #8FBAF0;
}
.AnyTagClassName
{
color: #8FBAF0;
}
</style>
background-color css
<style>
a { background-color: #8FBAF0; }
a { background-color: rgb(143,186,240); }
div.DivClassName
{
background-color: #8FBAF0;
}
.BgClassName
{
background-color: #8FBAF0;
}
</style>
border-color css
<style>
span { border-color: #8FBAF0; }
span { border-color: rgb(143,186,240); }
td.TdClassName
{
border-color: #8FBAF0;
}
.TagClassName
{
border-color: #8FBAF0;
}
</style>