Shades of Cornflower #8EBBE0
Tints of Cornflower #8EBBE0
RGB
CMYK
RGB Variations
Color information
#8EBBE0 (or 0x8EBBE0) is known color: Cornflower. HEX triplet: 8E, BB and E0. RGB value is (142,187,224). Sum of RGB (Red+Green+Blue) = 142+187+224=553 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.68% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #8EBBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBBE0 is #71441F. Grayscale: #B1B1B1. Windows color (decimal): -7423008 or 14728078. OLE color: 14728078.
HSL color Cylindrical-coordinate representation of color #8EBBE0: hue angle of 207.07º degrees, saturation: 0.57, 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 #8EBBE0 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 187 | 224 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.12 |
| HSL | 207.07º | 0.57% | 0.72% | - |
| HSV(B) | 207.07º | 0.37% | 0.88% | - |
| XYZ | 42.38 | 46.67 | 77.3 | - |
| YUV | 177.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 187 | 224 | 0.37 | 0.17 | 0 | 0.12 | 207.07 | 0.57 | 0.72 |
| Hex | 8E | BB | E0 | 25 | 11 | 0 | C | CF | 39 | 48 |
| Octal | 216 | 273 | 340 | 45 | 21 | 0 | 14 | 317 | 71 | 110 |
| Binary | 10001110 | 10111011 | 11100000 | 100101 | 10001 | 0 | 1100 | 11001111 | 111001 | 1001000 |
Color Harmonies of #8EBBE0
Complementary color
Monochromatic Colors of #8EBBE0
Black with #8EBBE0
Text Example
Text Example
White with #8EBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBBE0; }
p { color: rgb(142,187,224); }
H1.HeaderClassName
{
color: #8EBBE0;
}
.AnyTagClassName
{
color: #8EBBE0;
}
</style>
background-color css
<style>
a { background-color: #8EBBE0; }
a { background-color: rgb(142,187,224); }
div.DivClassName
{
background-color: #8EBBE0;
}
.BgClassName
{
background-color: #8EBBE0;
}
</style>
border-color css
<style>
span { border-color: #8EBBE0; }
span { border-color: rgb(142,187,224); }
td.TdClassName
{
border-color: #8EBBE0;
}
.TagClassName
{
border-color: #8EBBE0;
}
</style>