Shades of Cornflower #8EC4DF
Tints of Cornflower #8EC4DF
RGB
CMYK
RGB Variations
Color information
#8EC4DF (or 0x8EC4DF) is known color: Cornflower. HEX triplet: 8E, C4 and DF. RGB value is (142,196,223). Sum of RGB (Red+Green+Blue) = 142+196+223=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC4DF is #713B20. Grayscale: #B6B6B6. Windows color (decimal): -7420705 or 14664846. OLE color: 14664846.
HSL color Cylindrical-coordinate representation of color #8EC4DF: hue angle of 200º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EC4DF is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 196 | 223 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.13 |
| HSL | 200º | 0.56% | 0.72% | - |
| HSV(B) | 200º | 0.36% | 0.87% | - |
| XYZ | 44.21 | 50.56 | 77.24 | - |
| YUV | 182.93 | 150.61 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 223 | 0.36 | 0.12 | 0 | 0.13 | 200 | 0.56 | 0.72 |
| Hex | 8E | C4 | DF | 24 | C | 0 | D | C8 | 38 | 48 |
| Octal | 216 | 304 | 337 | 44 | 14 | 0 | 15 | 310 | 70 | 110 |
| Binary | 10001110 | 11000100 | 11011111 | 100100 | 1100 | 0 | 1101 | 11001000 | 111000 | 1001000 |
Color Harmonies of #8EC4DF
Complementary color
Monochromatic Colors of #8EC4DF
Black with #8EC4DF
Text Example
Text Example
White with #8EC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC4DF; }
p { color: rgb(142,196,223); }
H1.HeaderClassName
{
color: #8EC4DF;
}
.AnyTagClassName
{
color: #8EC4DF;
}
</style>
background-color css
<style>
a { background-color: #8EC4DF; }
a { background-color: rgb(142,196,223); }
div.DivClassName
{
background-color: #8EC4DF;
}
.BgClassName
{
background-color: #8EC4DF;
}
</style>
border-color css
<style>
span { border-color: #8EC4DF; }
span { border-color: rgb(142,196,223); }
td.TdClassName
{
border-color: #8EC4DF;
}
.TagClassName
{
border-color: #8EC4DF;
}
</style>