Shades of Cornflower #8EC7EF
Tints of Cornflower #8EC7EF
RGB
CMYK
RGB Variations
Color information
#8EC7EF (or 0x8EC7EF) is known color: Cornflower. HEX triplet: 8E, C7 and EF. RGB value is (142,199,239). Sum of RGB (Red+Green+Blue) = 142+199+239=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #8EC7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC7EF is #713810. Grayscale: #BABABA. Windows color (decimal): -7419921 or 15714190. OLE color: 15714190.
HSL color Cylindrical-coordinate representation of color #8EC7EF: hue angle of 204.74º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EC7EF is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 199 | 239 | - |
| CMYK | 0.41 | 0.17 | 0 | 0.06 |
| HSL | 204.74º | 0.75% | 0.75% | - |
| HSV(B) | 204.74º | 0.41% | 0.94% | - |
| XYZ | 47.16 | 52.83 | 89.37 | - |
| YUV | 186.52 | 157.62 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 239 | 0.41 | 0.17 | 0 | 0.06 | 204.74 | 0.75 | 0.75 |
| Hex | 8E | C7 | EF | 29 | 11 | 0 | 6 | CD | 4B | 4B |
| Octal | 216 | 307 | 357 | 51 | 21 | 0 | 6 | 315 | 113 | 113 |
| Binary | 10001110 | 11000111 | 11101111 | 101001 | 10001 | 0 | 110 | 11001101 | 1001011 | 1001011 |
Color Harmonies of #8EC7EF
Complementary color
Monochromatic Colors of #8EC7EF
Black with #8EC7EF
Text Example
Text Example
White with #8EC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC7EF; }
p { color: rgb(142,199,239); }
H1.HeaderClassName
{
color: #8EC7EF;
}
.AnyTagClassName
{
color: #8EC7EF;
}
</style>
background-color css
<style>
a { background-color: #8EC7EF; }
a { background-color: rgb(142,199,239); }
div.DivClassName
{
background-color: #8EC7EF;
}
.BgClassName
{
background-color: #8EC7EF;
}
</style>
border-color css
<style>
span { border-color: #8EC7EF; }
span { border-color: rgb(142,199,239); }
td.TdClassName
{
border-color: #8EC7EF;
}
.TagClassName
{
border-color: #8EC7EF;
}
</style>