Shades of Cornflower #8EBDE1
Tints of Cornflower #8EBDE1
RGB
CMYK
RGB Variations
Color information
#8EBDE1 (or 0x8EBDE1) is known color: Cornflower. HEX triplet: 8E, BD and E1. RGB value is (142,189,225). Sum of RGB (Red+Green+Blue) = 142+189+225=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 225 (88.28% from 255 or 40.47% from 556); Max value from RGB is 225 - color contains mainly: blue. Hex color #8EBDE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDE1 is #71421E. Grayscale: #B2B2B2. Windows color (decimal): -7422495 or 14794126. OLE color: 14794126.
HSL color Cylindrical-coordinate representation of color #8EBDE1: hue angle of 206.02º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EBDE1 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 189 | 225 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.12 |
| HSL | 206.02º | 0.58% | 0.72% | - |
| HSV(B) | 206.02º | 0.37% | 0.88% | - |
| XYZ | 42.94 | 47.58 | 78.16 | - |
| YUV | 179.05 | 153.93 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 225 | 0.37 | 0.16 | 0 | 0.12 | 206.02 | 0.58 | 0.72 |
| Hex | 8E | BD | E1 | 25 | 10 | 0 | C | CE | 3A | 48 |
| Octal | 216 | 275 | 341 | 45 | 20 | 0 | 14 | 316 | 72 | 110 |
| Binary | 10001110 | 10111101 | 11100001 | 100101 | 10000 | 0 | 1100 | 11001110 | 111010 | 1001000 |
Color Harmonies of #8EBDE1
Complementary color
Monochromatic Colors of #8EBDE1
Black with #8EBDE1
Text Example
Text Example
White with #8EBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDE1; }
p { color: rgb(142,189,225); }
H1.HeaderClassName
{
color: #8EBDE1;
}
.AnyTagClassName
{
color: #8EBDE1;
}
</style>
background-color css
<style>
a { background-color: #8EBDE1; }
a { background-color: rgb(142,189,225); }
div.DivClassName
{
background-color: #8EBDE1;
}
.BgClassName
{
background-color: #8EBDE1;
}
</style>
border-color css
<style>
span { border-color: #8EBDE1; }
span { border-color: rgb(142,189,225); }
td.TdClassName
{
border-color: #8EBDE1;
}
.TagClassName
{
border-color: #8EBDE1;
}
</style>