Shades of Cornflower #8EBEDC
Tints of Cornflower #8EBEDC
RGB
CMYK
RGB Variations
Color information
#8EBEDC (or 0x8EBEDC) is known color: Cornflower. HEX triplet: 8E, BE and DC. RGB value is (142,190,220). Sum of RGB (Red+Green+Blue) = 142+190+220=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBEDC is #714123. Grayscale: #B2B2B2. Windows color (decimal): -7422244 or 14466702. OLE color: 14466702.
HSL color Cylindrical-coordinate representation of color #8EBEDC: hue angle of 203.08º degrees, saturation: 0.53, 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 #8EBEDC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 190 | 220 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.14 |
| HSL | 203.08º | 0.53% | 0.71% | - |
| HSV(B) | 203.08º | 0.35% | 0.86% | - |
| XYZ | 42.49 | 47.75 | 74.69 | - |
| YUV | 179.07 | 151.1 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 220 | 0.35 | 0.14 | 0 | 0.14 | 203.08 | 0.53 | 0.71 |
| Hex | 8E | BE | DC | 23 | E | 0 | E | CB | 35 | 47 |
| Octal | 216 | 276 | 334 | 43 | 16 | 0 | 16 | 313 | 65 | 107 |
| Binary | 10001110 | 10111110 | 11011100 | 100011 | 1110 | 0 | 1110 | 11001011 | 110101 | 1000111 |
Color Harmonies of #8EBEDC
Complementary color
Monochromatic Colors of #8EBEDC
Black with #8EBEDC
Text Example
Text Example
White with #8EBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBEDC; }
p { color: rgb(142,190,220); }
H1.HeaderClassName
{
color: #8EBEDC;
}
.AnyTagClassName
{
color: #8EBEDC;
}
</style>
background-color css
<style>
a { background-color: #8EBEDC; }
a { background-color: rgb(142,190,220); }
div.DivClassName
{
background-color: #8EBEDC;
}
.BgClassName
{
background-color: #8EBEDC;
}
</style>
border-color css
<style>
span { border-color: #8EBEDC; }
span { border-color: rgb(142,190,220); }
td.TdClassName
{
border-color: #8EBEDC;
}
.TagClassName
{
border-color: #8EBEDC;
}
</style>