Shades of Cornflower #8EBADD
Tints of Cornflower #8EBADD
RGB
CMYK
RGB Variations
Color information
#8EBADD (or 0x8EBADD) is known color: Cornflower. HEX triplet: 8E, BA and DD. RGB value is (142,186,221). Sum of RGB (Red+Green+Blue) = 142+186+221=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EBADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBADD is #714522. Grayscale: #B0B0B0. Windows color (decimal): -7423267 or 14531214. OLE color: 14531214.
HSL color Cylindrical-coordinate representation of color #8EBADD: hue angle of 206.58º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EBADD is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 186 | 221 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.13 |
| HSL | 206.58º | 0.54% | 0.71% | - |
| HSV(B) | 206.58º | 0.36% | 0.87% | - |
| XYZ | 41.77 | 46.09 | 75.1 | - |
| YUV | 176.83 | 152.92 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 221 | 0.36 | 0.16 | 0 | 0.13 | 206.58 | 0.54 | 0.71 |
| Hex | 8E | BA | DD | 24 | 10 | 0 | D | CF | 36 | 47 |
| Octal | 216 | 272 | 335 | 44 | 20 | 0 | 15 | 317 | 66 | 107 |
| Binary | 10001110 | 10111010 | 11011101 | 100100 | 10000 | 0 | 1101 | 11001111 | 110110 | 1000111 |
Color Harmonies of #8EBADD
Complementary color
Monochromatic Colors of #8EBADD
Black with #8EBADD
Text Example
Text Example
White with #8EBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBADD; }
p { color: rgb(142,186,221); }
H1.HeaderClassName
{
color: #8EBADD;
}
.AnyTagClassName
{
color: #8EBADD;
}
</style>
background-color css
<style>
a { background-color: #8EBADD; }
a { background-color: rgb(142,186,221); }
div.DivClassName
{
background-color: #8EBADD;
}
.BgClassName
{
background-color: #8EBADD;
}
</style>
border-color css
<style>
span { border-color: #8EBADD; }
span { border-color: rgb(142,186,221); }
td.TdClassName
{
border-color: #8EBADD;
}
.TagClassName
{
border-color: #8EBADD;
}
</style>