Shades of Cornflower #8EC7EB
Tints of Cornflower #8EC7EB
RGB
CMYK
RGB Variations
Color information
#8EC7EB (or 0x8EC7EB) is known color: Cornflower. HEX triplet: 8E, C7 and EB. RGB value is (142,199,235). Sum of RGB (Red+Green+Blue) = 142+199+235=576 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.65% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EC7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC7EB is #713814. Grayscale: #B9B9B9. Windows color (decimal): -7419925 or 15452046. OLE color: 15452046.
HSL color Cylindrical-coordinate representation of color #8EC7EB: hue angle of 203.23º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC7EB is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 199 | 235 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.08 |
| HSL | 203.23º | 0.7% | 0.74% | - |
| HSV(B) | 203.23º | 0.4% | 0.92% | - |
| XYZ | 46.57 | 52.6 | 86.29 | - |
| YUV | 186.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 235 | 0.40 | 0.15 | 0 | 0.08 | 203.23 | 0.7 | 0.74 |
| Hex | 8E | C7 | EB | 28 | F | 0 | 8 | CB | 46 | 4A |
| Octal | 216 | 307 | 353 | 50 | 17 | 0 | 10 | 313 | 106 | 112 |
| Binary | 10001110 | 11000111 | 11101011 | 101000 | 1111 | 0 | 1000 | 11001011 | 1000110 | 1001010 |
Color Harmonies of #8EC7EB
Complementary color
Monochromatic Colors of #8EC7EB
Black with #8EC7EB
Text Example
Text Example
White with #8EC7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC7EB; }
p { color: rgb(142,199,235); }
H1.HeaderClassName
{
color: #8EC7EB;
}
.AnyTagClassName
{
color: #8EC7EB;
}
</style>
background-color css
<style>
a { background-color: #8EC7EB; }
a { background-color: rgb(142,199,235); }
div.DivClassName
{
background-color: #8EC7EB;
}
.BgClassName
{
background-color: #8EC7EB;
}
</style>
border-color css
<style>
span { border-color: #8EC7EB; }
span { border-color: rgb(142,199,235); }
td.TdClassName
{
border-color: #8EC7EB;
}
.TagClassName
{
border-color: #8EC7EB;
}
</style>