Shades of Cornflower #8DC0EC
Tints of Cornflower #8DC0EC
RGB
CMYK
RGB Variations
Color information
#8DC0EC (or 0x8DC0EC) is known color: Cornflower. HEX triplet: 8D, C0 and EC. RGB value is (141,192,236). Sum of RGB (Red+Green+Blue) = 141+192+236=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DC0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0EC is #723F13. Grayscale: #B5B5B5. Windows color (decimal): -7487252 or 15515789. OLE color: 15515789.
HSL color Cylindrical-coordinate representation of color #8DC0EC: hue angle of 207.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC0EC is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 192 | 236 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.07 |
| HSL | 207.79º | 0.71% | 0.74% | - |
| HSV(B) | 207.79º | 0.4% | 0.93% | - |
| XYZ | 44.97 | 49.42 | 86.53 | - |
| YUV | 181.77 | 158.6 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 236 | 0.40 | 0.19 | 0 | 0.07 | 207.79 | 0.71 | 0.74 |
| Hex | 8D | C0 | EC | 28 | 13 | 0 | 7 | D0 | 47 | 4A |
| Octal | 215 | 300 | 354 | 50 | 23 | 0 | 7 | 320 | 107 | 112 |
| Binary | 10001101 | 11000000 | 11101100 | 101000 | 10011 | 0 | 111 | 11010000 | 1000111 | 1001010 |
Color Harmonies of #8DC0EC
Complementary color
Monochromatic Colors of #8DC0EC
Black with #8DC0EC
Text Example
Text Example
White with #8DC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0EC; }
p { color: rgb(141,192,236); }
H1.HeaderClassName
{
color: #8DC0EC;
}
.AnyTagClassName
{
color: #8DC0EC;
}
</style>
background-color css
<style>
a { background-color: #8DC0EC; }
a { background-color: rgb(141,192,236); }
div.DivClassName
{
background-color: #8DC0EC;
}
.BgClassName
{
background-color: #8DC0EC;
}
</style>
border-color css
<style>
span { border-color: #8DC0EC; }
span { border-color: rgb(141,192,236); }
td.TdClassName
{
border-color: #8DC0EC;
}
.TagClassName
{
border-color: #8DC0EC;
}
</style>