Shades of Cornflower #8EBADB
Tints of Cornflower #8EBADB
RGB
CMYK
RGB Variations
Color information
#8EBADB (or 0x8EBADB) is known color: Cornflower. HEX triplet: 8E, BA and DB. RGB value is (142,186,219). Sum of RGB (Red+Green+Blue) = 142+186+219=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EBADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBADB is #714524. Grayscale: #B0B0B0. Windows color (decimal): -7423269 or 14400142. OLE color: 14400142.
HSL color Cylindrical-coordinate representation of color #8EBADB: hue angle of 205.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EBADB is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 186 | 219 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.14 |
| HSL | 205.71º | 0.52% | 0.71% | - |
| HSV(B) | 205.71º | 0.35% | 0.86% | - |
| XYZ | 41.5 | 45.98 | 73.71 | - |
| YUV | 176.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 186 | 219 | 0.35 | 0.15 | 0 | 0.14 | 205.71 | 0.52 | 0.71 |
| Hex | 8E | BA | DB | 23 | F | 0 | E | CE | 34 | 47 |
| Octal | 216 | 272 | 333 | 43 | 17 | 0 | 16 | 316 | 64 | 107 |
| Binary | 10001110 | 10111010 | 11011011 | 100011 | 1111 | 0 | 1110 | 11001110 | 110100 | 1000111 |
Color Harmonies of #8EBADB
Complementary color
Monochromatic Colors of #8EBADB
Black with #8EBADB
Text Example
Text Example
White with #8EBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBADB; }
p { color: rgb(142,186,219); }
H1.HeaderClassName
{
color: #8EBADB;
}
.AnyTagClassName
{
color: #8EBADB;
}
</style>
background-color css
<style>
a { background-color: #8EBADB; }
a { background-color: rgb(142,186,219); }
div.DivClassName
{
background-color: #8EBADB;
}
.BgClassName
{
background-color: #8EBADB;
}
</style>
border-color css
<style>
span { border-color: #8EBADB; }
span { border-color: rgb(142,186,219); }
td.TdClassName
{
border-color: #8EBADB;
}
.TagClassName
{
border-color: #8EBADB;
}
</style>