Shades of Cornflower #8FB9EA
Tints of Cornflower #8FB9EA
RGB
CMYK
RGB Variations
Color information
#8FB9EA (or 0x8FB9EA) is known color: Cornflower. HEX triplet: 8F, B9 and EA. RGB value is (143,185,234). Sum of RGB (Red+Green+Blue) = 143+185+234=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FB9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB9EA is #704615. Grayscale: #B1B1B1. Windows color (decimal): -7357974 or 15382927. OLE color: 15382927.
HSL color Cylindrical-coordinate representation of color #8FB9EA: hue angle of 212.31º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FB9EA is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 185 | 234 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.08 |
| HSL | 212.31º | 0.68% | 0.74% | - |
| HSV(B) | 212.31º | 0.39% | 0.92% | - |
| XYZ | 43.53 | 46.48 | 84.52 | - |
| YUV | 178.03 | 159.59 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 234 | 0.39 | 0.21 | 0 | 0.08 | 212.31 | 0.68 | 0.74 |
| Hex | 8F | B9 | EA | 27 | 15 | 0 | 8 | D4 | 44 | 4A |
| Octal | 217 | 271 | 352 | 47 | 25 | 0 | 10 | 324 | 104 | 112 |
| Binary | 10001111 | 10111001 | 11101010 | 100111 | 10101 | 0 | 1000 | 11010100 | 1000100 | 1001010 |
Color Harmonies of #8FB9EA
Complementary color
Monochromatic Colors of #8FB9EA
Black with #8FB9EA
Text Example
Text Example
White with #8FB9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB9EA; }
p { color: rgb(143,185,234); }
H1.HeaderClassName
{
color: #8FB9EA;
}
.AnyTagClassName
{
color: #8FB9EA;
}
</style>
background-color css
<style>
a { background-color: #8FB9EA; }
a { background-color: rgb(143,185,234); }
div.DivClassName
{
background-color: #8FB9EA;
}
.BgClassName
{
background-color: #8FB9EA;
}
</style>
border-color css
<style>
span { border-color: #8FB9EA; }
span { border-color: rgb(143,185,234); }
td.TdClassName
{
border-color: #8FB9EA;
}
.TagClassName
{
border-color: #8FB9EA;
}
</style>