Shades of Cornflower #8EBCDB
Tints of Cornflower #8EBCDB
RGB
CMYK
RGB Variations
Color information
#8EBCDB (or 0x8EBCDB) is known color: Cornflower. HEX triplet: 8E, BC and DB. RGB value is (142,188,219). Sum of RGB (Red+Green+Blue) = 142+188+219=549 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.87% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #8EBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBCDB is #714324. Grayscale: #B1B1B1. Windows color (decimal): -7422757 or 14400654. OLE color: 14400654.
HSL color Cylindrical-coordinate representation of color #8EBCDB: hue angle of 204.16º 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 #8EBCDB is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 188 | 219 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.14 |
| HSL | 204.16º | 0.52% | 0.71% | - |
| HSV(B) | 204.16º | 0.35% | 0.86% | - |
| XYZ | 41.92 | 46.83 | 73.85 | - |
| YUV | 177.78 | 151.26 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 188 | 219 | 0.35 | 0.14 | 0 | 0.14 | 204.16 | 0.52 | 0.71 |
| Hex | 8E | BC | DB | 23 | E | 0 | E | CC | 34 | 47 |
| Octal | 216 | 274 | 333 | 43 | 16 | 0 | 16 | 314 | 64 | 107 |
| Binary | 10001110 | 10111100 | 11011011 | 100011 | 1110 | 0 | 1110 | 11001100 | 110100 | 1000111 |
Color Harmonies of #8EBCDB
Complementary color
Monochromatic Colors of #8EBCDB
Black with #8EBCDB
Text Example
Text Example
White with #8EBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBCDB; }
p { color: rgb(142,188,219); }
H1.HeaderClassName
{
color: #8EBCDB;
}
.AnyTagClassName
{
color: #8EBCDB;
}
</style>
background-color css
<style>
a { background-color: #8EBCDB; }
a { background-color: rgb(142,188,219); }
div.DivClassName
{
background-color: #8EBCDB;
}
.BgClassName
{
background-color: #8EBCDB;
}
</style>
border-color css
<style>
span { border-color: #8EBCDB; }
span { border-color: rgb(142,188,219); }
td.TdClassName
{
border-color: #8EBCDB;
}
.TagClassName
{
border-color: #8EBCDB;
}
</style>