Shades of Cornflower #8EBED8
Tints of Cornflower #8EBED8
RGB
CMYK
RGB Variations
Color information
#8EBED8 (or 0x8EBED8) is known color: Cornflower. HEX triplet: 8E, BE and D8. RGB value is (142,190,216). Sum of RGB (Red+Green+Blue) = 142+190+216=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #8EBED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBED8 is #714127. Grayscale: #B2B2B2. Windows color (decimal): -7422248 or 14204558. OLE color: 14204558.
HSL color Cylindrical-coordinate representation of color #8EBED8: hue angle of 201.08º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8EBED8 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 190 | 216 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.15 |
| HSL | 201.08º | 0.49% | 0.7% | - |
| HSV(B) | 201.08º | 0.34% | 0.85% | - |
| XYZ | 41.96 | 47.54 | 71.93 | - |
| YUV | 178.61 | 149.1 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 190 | 216 | 0.34 | 0.12 | 0 | 0.15 | 201.08 | 0.49 | 0.7 |
| Hex | 8E | BE | D8 | 22 | C | 0 | F | C9 | 31 | 46 |
| Octal | 216 | 276 | 330 | 42 | 14 | 0 | 17 | 311 | 61 | 106 |
| Binary | 10001110 | 10111110 | 11011000 | 100010 | 1100 | 0 | 1111 | 11001001 | 110001 | 1000110 |
Color Harmonies of #8EBED8
Complementary color
Monochromatic Colors of #8EBED8
Black with #8EBED8
Text Example
Text Example
White with #8EBED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBED8; }
p { color: rgb(142,190,216); }
H1.HeaderClassName
{
color: #8EBED8;
}
.AnyTagClassName
{
color: #8EBED8;
}
</style>
background-color css
<style>
a { background-color: #8EBED8; }
a { background-color: rgb(142,190,216); }
div.DivClassName
{
background-color: #8EBED8;
}
.BgClassName
{
background-color: #8EBED8;
}
</style>
border-color css
<style>
span { border-color: #8EBED8; }
span { border-color: rgb(142,190,216); }
td.TdClassName
{
border-color: #8EBED8;
}
.TagClassName
{
border-color: #8EBED8;
}
</style>