Shades of Cornflower #8BBCEA
Tints of Cornflower #8BBCEA
RGB
CMYK
RGB Variations
Color information
#8BBCEA (or 0x8BBCEA) is known color: Cornflower. HEX triplet: 8B, BC and EA. RGB value is (139,188,234). Sum of RGB (Red+Green+Blue) = 139+188+234=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCEA is #744315. Grayscale: #B2B2B2. Windows color (decimal): -7619350 or 15383691. OLE color: 15383691.
HSL color Cylindrical-coordinate representation of color #8BBCEA: hue angle of 209.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBCEA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 188 | 234 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.08 |
| HSL | 209.05º | 0.69% | 0.73% | - |
| HSV(B) | 209.05º | 0.41% | 0.92% | - |
| XYZ | 43.48 | 47.4 | 84.7 | - |
| YUV | 178.59 | 159.27 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 234 | 0.41 | 0.20 | 0 | 0.08 | 209.05 | 0.69 | 0.73 |
| Hex | 8B | BC | EA | 29 | 14 | 0 | 8 | D1 | 45 | 49 |
| Octal | 213 | 274 | 352 | 51 | 24 | 0 | 10 | 321 | 105 | 111 |
| Binary | 10001011 | 10111100 | 11101010 | 101001 | 10100 | 0 | 1000 | 11010001 | 1000101 | 1001001 |
Color Harmonies of #8BBCEA
Complementary color
Monochromatic Colors of #8BBCEA
Black with #8BBCEA
Text Example
Text Example
White with #8BBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCEA; }
p { color: rgb(139,188,234); }
H1.HeaderClassName
{
color: #8BBCEA;
}
.AnyTagClassName
{
color: #8BBCEA;
}
</style>
background-color css
<style>
a { background-color: #8BBCEA; }
a { background-color: rgb(139,188,234); }
div.DivClassName
{
background-color: #8BBCEA;
}
.BgClassName
{
background-color: #8BBCEA;
}
</style>
border-color css
<style>
span { border-color: #8BBCEA; }
span { border-color: rgb(139,188,234); }
td.TdClassName
{
border-color: #8BBCEA;
}
.TagClassName
{
border-color: #8BBCEA;
}
</style>