Shades of Cornflower #8EC8EE
Tints of Cornflower #8EC8EE
RGB
CMYK
RGB Variations
Color information
#8EC8EE (or 0x8EC8EE) is known color: Cornflower. HEX triplet: 8E, C8 and EE. RGB value is (142,200,238). Sum of RGB (Red+Green+Blue) = 142+200+238=580 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.48% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EC8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EC8EE is #713711. Grayscale: #BABABA. Windows color (decimal): -7419666 or 15648910. OLE color: 15648910.
HSL color Cylindrical-coordinate representation of color #8EC8EE: hue angle of 203.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EC8EE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 200 | 238 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.07 |
| HSL | 203.75º | 0.74% | 0.75% | - |
| HSV(B) | 203.75º | 0.4% | 0.93% | - |
| XYZ | 47.24 | 53.23 | 88.67 | - |
| YUV | 186.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 238 | 0.40 | 0.16 | 0 | 0.07 | 203.75 | 0.74 | 0.75 |
| Hex | 8E | C8 | EE | 28 | 10 | 0 | 7 | CC | 4A | 4B |
| Octal | 216 | 310 | 356 | 50 | 20 | 0 | 7 | 314 | 112 | 113 |
| Binary | 10001110 | 11001000 | 11101110 | 101000 | 10000 | 0 | 111 | 11001100 | 1001010 | 1001011 |
Color Harmonies of #8EC8EE
Complementary color
Monochromatic Colors of #8EC8EE
Black with #8EC8EE
Text Example
Text Example
White with #8EC8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC8EE; }
p { color: rgb(142,200,238); }
H1.HeaderClassName
{
color: #8EC8EE;
}
.AnyTagClassName
{
color: #8EC8EE;
}
</style>
background-color css
<style>
a { background-color: #8EC8EE; }
a { background-color: rgb(142,200,238); }
div.DivClassName
{
background-color: #8EC8EE;
}
.BgClassName
{
background-color: #8EC8EE;
}
</style>
border-color css
<style>
span { border-color: #8EC8EE; }
span { border-color: rgb(142,200,238); }
td.TdClassName
{
border-color: #8EC8EE;
}
.TagClassName
{
border-color: #8EC8EE;
}
</style>