Shades of Cornflower #8DBAEB
Tints of Cornflower #8DBAEB
RGB
CMYK
RGB Variations
Color information
#8DBAEB (or 0x8DBAEB) is known color: Cornflower. HEX triplet: 8D, BA and EB. RGB value is (141,186,235). Sum of RGB (Red+Green+Blue) = 141+186+235=562 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.09% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAEB is #724514. Grayscale: #B1B1B1. Windows color (decimal): -7488789 or 15448717. OLE color: 15448717.
HSL color Cylindrical-coordinate representation of color #8DBAEB: hue angle of 211.28º 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 #8DBAEB is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 186 | 235 | - |
| CMYK | 0.4 | 0.21 | 0 | 0.08 |
| HSL | 211.28º | 0.7% | 0.74% | - |
| HSV(B) | 211.28º | 0.4% | 0.92% | - |
| XYZ | 43.54 | 46.78 | 85.33 | - |
| YUV | 178.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 235 | 0.4 | 0.21 | 0 | 0.08 | 211.28 | 0.7 | 0.74 |
| Hex | 8D | BA | EB | 28 | 15 | 0 | 8 | D3 | 46 | 4A |
| Octal | 215 | 272 | 353 | 50 | 25 | 0 | 10 | 323 | 106 | 112 |
| Binary | 10001101 | 10111010 | 11101011 | 101000 | 10101 | 0 | 1000 | 11010011 | 1000110 | 1001010 |
Color Harmonies of #8DBAEB
Complementary color
Monochromatic Colors of #8DBAEB
Black with #8DBAEB
Text Example
Text Example
White with #8DBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAEB; }
p { color: rgb(141,186,235); }
H1.HeaderClassName
{
color: #8DBAEB;
}
.AnyTagClassName
{
color: #8DBAEB;
}
</style>
background-color css
<style>
a { background-color: #8DBAEB; }
a { background-color: rgb(141,186,235); }
div.DivClassName
{
background-color: #8DBAEB;
}
.BgClassName
{
background-color: #8DBAEB;
}
</style>
border-color css
<style>
span { border-color: #8DBAEB; }
span { border-color: rgb(141,186,235); }
td.TdClassName
{
border-color: #8DBAEB;
}
.TagClassName
{
border-color: #8DBAEB;
}
</style>