Shades of Cornflower #8ECAF1
Tints of Cornflower #8ECAF1
RGB
CMYK
RGB Variations
Color information
#8ECAF1 (or 0x8ECAF1) is known color: Cornflower. HEX triplet: 8E, CA and F1. RGB value is (142,202,241). Sum of RGB (Red+Green+Blue) = 142+202+241=585 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.27% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ECAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECAF1 is #71350E. Grayscale: #BCBCBC. Windows color (decimal): -7419151 or 15846030. OLE color: 15846030.
HSL color Cylindrical-coordinate representation of color #8ECAF1: hue angle of 203.64º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ECAF1 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 202 | 241 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.05 |
| HSL | 203.64º | 0.78% | 0.75% | - |
| HSV(B) | 203.64º | 0.41% | 0.95% | - |
| XYZ | 48.15 | 54.34 | 91.17 | - |
| YUV | 188.51 | 157.62 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 241 | 0.41 | 0.16 | 0 | 0.05 | 203.64 | 0.78 | 0.75 |
| Hex | 8E | CA | F1 | 29 | 10 | 0 | 5 | CC | 4E | 4B |
| Octal | 216 | 312 | 361 | 51 | 20 | 0 | 5 | 314 | 116 | 113 |
| Binary | 10001110 | 11001010 | 11110001 | 101001 | 10000 | 0 | 101 | 11001100 | 1001110 | 1001011 |
Color Harmonies of #8ECAF1
Complementary color
Monochromatic Colors of #8ECAF1
Black with #8ECAF1
Text Example
Text Example
White with #8ECAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECAF1; }
p { color: rgb(142,202,241); }
H1.HeaderClassName
{
color: #8ECAF1;
}
.AnyTagClassName
{
color: #8ECAF1;
}
</style>
background-color css
<style>
a { background-color: #8ECAF1; }
a { background-color: rgb(142,202,241); }
div.DivClassName
{
background-color: #8ECAF1;
}
.BgClassName
{
background-color: #8ECAF1;
}
</style>
border-color css
<style>
span { border-color: #8ECAF1; }
span { border-color: rgb(142,202,241); }
td.TdClassName
{
border-color: #8ECAF1;
}
.TagClassName
{
border-color: #8ECAF1;
}
</style>