Shades of Cornflower #8ECDF1
Tints of Cornflower #8ECDF1
RGB
CMYK
RGB Variations
Color information
#8ECDF1 (or 0x8ECDF1) is known color: Cornflower. HEX triplet: 8E, CD and F1. RGB value is (142,205,241). Sum of RGB (Red+Green+Blue) = 142+205+241=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #8ECDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECDF1 is #71320E. Grayscale: #BEBEBE. Windows color (decimal): -7418383 or 15846798. OLE color: 15846798.
HSL color Cylindrical-coordinate representation of color #8ECDF1: hue angle of 201.82º 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 #8ECDF1 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 205 | 241 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.05 |
| HSL | 201.82º | 0.78% | 0.75% | - |
| HSV(B) | 201.82º | 0.41% | 0.95% | - |
| XYZ | 48.86 | 55.76 | 91.41 | - |
| YUV | 190.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 241 | 0.41 | 0.15 | 0 | 0.05 | 201.82 | 0.78 | 0.75 |
| Hex | 8E | CD | F1 | 29 | F | 0 | 5 | CA | 4E | 4B |
| Octal | 216 | 315 | 361 | 51 | 17 | 0 | 5 | 312 | 116 | 113 |
| Binary | 10001110 | 11001101 | 11110001 | 101001 | 1111 | 0 | 101 | 11001010 | 1001110 | 1001011 |
Color Harmonies of #8ECDF1
Complementary color
Monochromatic Colors of #8ECDF1
Black with #8ECDF1
Text Example
Text Example
White with #8ECDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECDF1; }
p { color: rgb(142,205,241); }
H1.HeaderClassName
{
color: #8ECDF1;
}
.AnyTagClassName
{
color: #8ECDF1;
}
</style>
background-color css
<style>
a { background-color: #8ECDF1; }
a { background-color: rgb(142,205,241); }
div.DivClassName
{
background-color: #8ECDF1;
}
.BgClassName
{
background-color: #8ECDF1;
}
</style>
border-color css
<style>
span { border-color: #8ECDF1; }
span { border-color: rgb(142,205,241); }
td.TdClassName
{
border-color: #8ECDF1;
}
.TagClassName
{
border-color: #8ECDF1;
}
</style>