Shades of Cornflower #8DBAEF
Tints of Cornflower #8DBAEF
RGB
CMYK
RGB Variations
Color information
#8DBAEF (or 0x8DBAEF) is known color: Cornflower. HEX triplet: 8D, BA and EF. RGB value is (141,186,239). Sum of RGB (Red+Green+Blue) = 141+186+239=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAEF is #724510. Grayscale: #B2B2B2. Windows color (decimal): -7488785 or 15710861. OLE color: 15710861.
HSL color Cylindrical-coordinate representation of color #8DBAEF: hue angle of 212.45º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DBAEF is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 186 | 239 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.06 |
| HSL | 212.45º | 0.75% | 0.75% | - |
| HSV(B) | 212.45º | 0.41% | 0.94% | - |
| XYZ | 44.12 | 47.01 | 88.41 | - |
| YUV | 178.59 | 162.09 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 239 | 0.41 | 0.22 | 0 | 0.06 | 212.45 | 0.75 | 0.75 |
| Hex | 8D | BA | EF | 29 | 16 | 0 | 6 | D4 | 4B | 4B |
| Octal | 215 | 272 | 357 | 51 | 26 | 0 | 6 | 324 | 113 | 113 |
| Binary | 10001101 | 10111010 | 11101111 | 101001 | 10110 | 0 | 110 | 11010100 | 1001011 | 1001011 |
Color Harmonies of #8DBAEF
Complementary color
Monochromatic Colors of #8DBAEF
Black with #8DBAEF
Text Example
Text Example
White with #8DBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAEF; }
p { color: rgb(141,186,239); }
H1.HeaderClassName
{
color: #8DBAEF;
}
.AnyTagClassName
{
color: #8DBAEF;
}
</style>
background-color css
<style>
a { background-color: #8DBAEF; }
a { background-color: rgb(141,186,239); }
div.DivClassName
{
background-color: #8DBAEF;
}
.BgClassName
{
background-color: #8DBAEF;
}
</style>
border-color css
<style>
span { border-color: #8DBAEF; }
span { border-color: rgb(141,186,239); }
td.TdClassName
{
border-color: #8DBAEF;
}
.TagClassName
{
border-color: #8DBAEF;
}
</style>