Shades of Cornflower #8CBAEB
Tints of Cornflower #8CBAEB
RGB
CMYK
RGB Variations
Color information
#8CBAEB (or 0x8CBAEB) is known color: Cornflower. HEX triplet: 8C, BA and EB. RGB value is (140,186,235). Sum of RGB (Red+Green+Blue) = 140+186+235=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #8CBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAEB is #734514. Grayscale: #B1B1B1. Windows color (decimal): -7554325 or 15448716. OLE color: 15448716.
HSL color Cylindrical-coordinate representation of color #8CBAEB: hue angle of 210.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CBAEB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 186 | 235 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.08 |
| HSL | 210.95º | 0.7% | 0.74% | - |
| HSV(B) | 210.95º | 0.4% | 0.92% | - |
| XYZ | 43.37 | 46.69 | 85.32 | - |
| YUV | 177.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 235 | 0.40 | 0.21 | 0 | 0.08 | 210.95 | 0.7 | 0.74 |
| Hex | 8C | BA | EB | 28 | 15 | 0 | 8 | D3 | 46 | 4A |
| Octal | 214 | 272 | 353 | 50 | 25 | 0 | 10 | 323 | 106 | 112 |
| Binary | 10001100 | 10111010 | 11101011 | 101000 | 10101 | 0 | 1000 | 11010011 | 1000110 | 1001010 |
Color Harmonies of #8CBAEB
Complementary color
Monochromatic Colors of #8CBAEB
Black with #8CBAEB
Text Example
Text Example
White with #8CBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAEB; }
p { color: rgb(140,186,235); }
H1.HeaderClassName
{
color: #8CBAEB;
}
.AnyTagClassName
{
color: #8CBAEB;
}
</style>
background-color css
<style>
a { background-color: #8CBAEB; }
a { background-color: rgb(140,186,235); }
div.DivClassName
{
background-color: #8CBAEB;
}
.BgClassName
{
background-color: #8CBAEB;
}
</style>
border-color css
<style>
span { border-color: #8CBAEB; }
span { border-color: rgb(140,186,235); }
td.TdClassName
{
border-color: #8CBAEB;
}
.TagClassName
{
border-color: #8CBAEB;
}
</style>