Shades of Cornflower #8EBDE5
Tints of Cornflower #8EBDE5
RGB
CMYK
RGB Variations
Color information
#8EBDE5 (or 0x8EBDE5) is known color: Cornflower. HEX triplet: 8E, BD and E5. RGB value is (142,189,229). Sum of RGB (Red+Green+Blue) = 142+189+229=560 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.36% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EBDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EBDE5 is #71421A. Grayscale: #B3B3B3. Windows color (decimal): -7422491 or 15056270. OLE color: 15056270.
HSL color Cylindrical-coordinate representation of color #8EBDE5: hue angle of 207.59º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EBDE5 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 189 | 229 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.10 |
| HSL | 207.59º | 0.63% | 0.73% | - |
| HSV(B) | 207.59º | 0.38% | 0.9% | - |
| XYZ | 43.5 | 47.8 | 81.06 | - |
| YUV | 179.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 229 | 0.38 | 0.17 | 0 | 0.10 | 207.59 | 0.63 | 0.73 |
| Hex | 8E | BD | E5 | 26 | 11 | 0 | A | D0 | 3F | 49 |
| Octal | 216 | 275 | 345 | 46 | 21 | 0 | 12 | 320 | 77 | 111 |
| Binary | 10001110 | 10111101 | 11100101 | 100110 | 10001 | 0 | 1010 | 11010000 | 111111 | 1001001 |
Color Harmonies of #8EBDE5
Complementary color
Monochromatic Colors of #8EBDE5
Black with #8EBDE5
Text Example
Text Example
White with #8EBDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBDE5; }
p { color: rgb(142,189,229); }
H1.HeaderClassName
{
color: #8EBDE5;
}
.AnyTagClassName
{
color: #8EBDE5;
}
</style>
background-color css
<style>
a { background-color: #8EBDE5; }
a { background-color: rgb(142,189,229); }
div.DivClassName
{
background-color: #8EBDE5;
}
.BgClassName
{
background-color: #8EBDE5;
}
</style>
border-color css
<style>
span { border-color: #8EBDE5; }
span { border-color: rgb(142,189,229); }
td.TdClassName
{
border-color: #8EBDE5;
}
.TagClassName
{
border-color: #8EBDE5;
}
</style>