Shades of Cornflower #8EC2DC
Tints of Cornflower #8EC2DC
RGB
CMYK
RGB Variations
Color information
#8EC2DC (or 0x8EC2DC) is known color: Cornflower. HEX triplet: 8E, C2 and DC. RGB value is (142,194,220). Sum of RGB (Red+Green+Blue) = 142+194+220=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EC2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2DC is #713D23. Grayscale: #B5B5B5. Windows color (decimal): -7421220 or 14467726. OLE color: 14467726.
HSL color Cylindrical-coordinate representation of color #8EC2DC: hue angle of 200º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EC2DC is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 194 | 220 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.14 |
| HSL | 200º | 0.53% | 0.71% | - |
| HSV(B) | 200º | 0.35% | 0.86% | - |
| XYZ | 43.37 | 49.5 | 74.98 | - |
| YUV | 181.42 | 149.77 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 220 | 0.35 | 0.12 | 0 | 0.14 | 200 | 0.53 | 0.71 |
| Hex | 8E | C2 | DC | 23 | C | 0 | E | C8 | 35 | 47 |
| Octal | 216 | 302 | 334 | 43 | 14 | 0 | 16 | 310 | 65 | 107 |
| Binary | 10001110 | 11000010 | 11011100 | 100011 | 1100 | 0 | 1110 | 11001000 | 110101 | 1000111 |
Color Harmonies of #8EC2DC
Complementary color
Monochromatic Colors of #8EC2DC
Black with #8EC2DC
Text Example
Text Example
White with #8EC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC2DC; }
p { color: rgb(142,194,220); }
H1.HeaderClassName
{
color: #8EC2DC;
}
.AnyTagClassName
{
color: #8EC2DC;
}
</style>
background-color css
<style>
a { background-color: #8EC2DC; }
a { background-color: rgb(142,194,220); }
div.DivClassName
{
background-color: #8EC2DC;
}
.BgClassName
{
background-color: #8EC2DC;
}
</style>
border-color css
<style>
span { border-color: #8EC2DC; }
span { border-color: rgb(142,194,220); }
td.TdClassName
{
border-color: #8EC2DC;
}
.TagClassName
{
border-color: #8EC2DC;
}
</style>