Shades of Cornflower #8EC7EC
Tints of Cornflower #8EC7EC
RGB
CMYK
RGB Variations
Color information
#8EC7EC (or 0x8EC7EC) is known color: Cornflower. HEX triplet: 8E, C7 and EC. RGB value is (142,199,236). Sum of RGB (Red+Green+Blue) = 142+199+236=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 199 (78.12% from 255 or 34.49% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EC7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC7EC is #713813. Grayscale: #B9B9B9. Windows color (decimal): -7419924 or 15517582. OLE color: 15517582.
HSL color Cylindrical-coordinate representation of color #8EC7EC: hue angle of 203.62º 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 #8EC7EC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 199 | 236 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.07 |
| HSL | 203.62º | 0.71% | 0.74% | - |
| HSV(B) | 203.62º | 0.4% | 0.93% | - |
| XYZ | 46.72 | 52.65 | 87.06 | - |
| YUV | 186.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 236 | 0.40 | 0.16 | 0 | 0.07 | 203.62 | 0.71 | 0.74 |
| Hex | 8E | C7 | EC | 28 | 10 | 0 | 7 | CC | 47 | 4A |
| Octal | 216 | 307 | 354 | 50 | 20 | 0 | 7 | 314 | 107 | 112 |
| Binary | 10001110 | 11000111 | 11101100 | 101000 | 10000 | 0 | 111 | 11001100 | 1000111 | 1001010 |
Color Harmonies of #8EC7EC
Complementary color
Monochromatic Colors of #8EC7EC
Black with #8EC7EC
Text Example
Text Example
White with #8EC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC7EC; }
p { color: rgb(142,199,236); }
H1.HeaderClassName
{
color: #8EC7EC;
}
.AnyTagClassName
{
color: #8EC7EC;
}
</style>
background-color css
<style>
a { background-color: #8EC7EC; }
a { background-color: rgb(142,199,236); }
div.DivClassName
{
background-color: #8EC7EC;
}
.BgClassName
{
background-color: #8EC7EC;
}
</style>
border-color css
<style>
span { border-color: #8EC7EC; }
span { border-color: rgb(142,199,236); }
td.TdClassName
{
border-color: #8EC7EC;
}
.TagClassName
{
border-color: #8EC7EC;
}
</style>