Shades of Cornflower #8EC2DF
Tints of Cornflower #8EC2DF
RGB
CMYK
RGB Variations
Color information
#8EC2DF (or 0x8EC2DF) is known color: Cornflower. HEX triplet: 8E, C2 and DF. RGB value is (142,194,223). Sum of RGB (Red+Green+Blue) = 142+194+223=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #8EC2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC2DF is #713D20. Grayscale: #B5B5B5. Windows color (decimal): -7421217 or 14664334. OLE color: 14664334.
HSL color Cylindrical-coordinate representation of color #8EC2DF: hue angle of 201.48º 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 #8EC2DF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 194 | 223 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.13 |
| HSL | 201.48º | 0.56% | 0.72% | - |
| HSV(B) | 201.48º | 0.36% | 0.87% | - |
| XYZ | 43.77 | 49.66 | 77.09 | - |
| YUV | 181.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 223 | 0.36 | 0.13 | 0 | 0.13 | 201.48 | 0.56 | 0.72 |
| Hex | 8E | C2 | DF | 24 | D | 0 | D | C9 | 38 | 48 |
| Octal | 216 | 302 | 337 | 44 | 15 | 0 | 15 | 311 | 70 | 110 |
| Binary | 10001110 | 11000010 | 11011111 | 100100 | 1101 | 0 | 1101 | 11001001 | 111000 | 1001000 |
Color Harmonies of #8EC2DF
Complementary color
Monochromatic Colors of #8EC2DF
Black with #8EC2DF
Text Example
Text Example
White with #8EC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC2DF; }
p { color: rgb(142,194,223); }
H1.HeaderClassName
{
color: #8EC2DF;
}
.AnyTagClassName
{
color: #8EC2DF;
}
</style>
background-color css
<style>
a { background-color: #8EC2DF; }
a { background-color: rgb(142,194,223); }
div.DivClassName
{
background-color: #8EC2DF;
}
.BgClassName
{
background-color: #8EC2DF;
}
</style>
border-color css
<style>
span { border-color: #8EC2DF; }
span { border-color: rgb(142,194,223); }
td.TdClassName
{
border-color: #8EC2DF;
}
.TagClassName
{
border-color: #8EC2DF;
}
</style>