Shades of Cornflower #8FB9EF
Tints of Cornflower #8FB9EF
RGB
CMYK
RGB Variations
Color information
#8FB9EF (or 0x8FB9EF) is known color: Cornflower. HEX triplet: 8F, B9 and EF. RGB value is (143,185,239). Sum of RGB (Red+Green+Blue) = 143+185+239=567 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.22% from 567); Green value is 185 (72.66% from 255 or 32.63% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9EF is #704610. Grayscale: #B2B2B2. Windows color (decimal): -7357969 or 15710607. OLE color: 15710607.
HSL color Cylindrical-coordinate representation of color #8FB9EF: hue angle of 213.75º degrees, saturation: 0.75, 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 #8FB9EF is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 185 | 239 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.06 |
| HSL | 213.75º | 0.75% | 0.75% | - |
| HSV(B) | 213.75º | 0.4% | 0.94% | - |
| XYZ | 44.26 | 46.77 | 88.36 | - |
| YUV | 178.6 | 162.09 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 239 | 0.40 | 0.23 | 0 | 0.06 | 213.75 | 0.75 | 0.75 |
| Hex | 8F | B9 | EF | 28 | 17 | 0 | 6 | D6 | 4B | 4B |
| Octal | 217 | 271 | 357 | 50 | 27 | 0 | 6 | 326 | 113 | 113 |
| Binary | 10001111 | 10111001 | 11101111 | 101000 | 10111 | 0 | 110 | 11010110 | 1001011 | 1001011 |
Color Harmonies of #8FB9EF
Complementary color
Monochromatic Colors of #8FB9EF
Black with #8FB9EF
Text Example
Text Example
White with #8FB9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB9EF; }
p { color: rgb(143,185,239); }
H1.HeaderClassName
{
color: #8FB9EF;
}
.AnyTagClassName
{
color: #8FB9EF;
}
</style>
background-color css
<style>
a { background-color: #8FB9EF; }
a { background-color: rgb(143,185,239); }
div.DivClassName
{
background-color: #8FB9EF;
}
.BgClassName
{
background-color: #8FB9EF;
}
</style>
border-color css
<style>
span { border-color: #8FB9EF; }
span { border-color: rgb(143,185,239); }
td.TdClassName
{
border-color: #8FB9EF;
}
.TagClassName
{
border-color: #8FB9EF;
}
</style>