Shades of Cornflower #8DBCE8
Tints of Cornflower #8DBCE8
RGB
CMYK
RGB Variations
Color information
#8DBCE8 (or 0x8DBCE8) is known color: Cornflower. HEX triplet: 8D, BC and E8. RGB value is (141,188,232). Sum of RGB (Red+Green+Blue) = 141+188+232=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #8DBCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBCE8 is #724317. Grayscale: #B2B2B2. Windows color (decimal): -7488280 or 15252621. OLE color: 15252621.
HSL color Cylindrical-coordinate representation of color #8DBCE8: hue angle of 209.01º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DBCE8 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 188 | 232 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.09 |
| HSL | 209.01º | 0.66% | 0.73% | - |
| HSV(B) | 209.01º | 0.39% | 0.91% | - |
| XYZ | 43.53 | 47.46 | 83.21 | - |
| YUV | 178.96 | 157.93 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 232 | 0.39 | 0.19 | 0 | 0.09 | 209.01 | 0.66 | 0.73 |
| Hex | 8D | BC | E8 | 27 | 13 | 0 | 9 | D1 | 42 | 49 |
| Octal | 215 | 274 | 350 | 47 | 23 | 0 | 11 | 321 | 102 | 111 |
| Binary | 10001101 | 10111100 | 11101000 | 100111 | 10011 | 0 | 1001 | 11010001 | 1000010 | 1001001 |
Color Harmonies of #8DBCE8
Complementary color
Monochromatic Colors of #8DBCE8
Black with #8DBCE8
Text Example
Text Example
White with #8DBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCE8; }
p { color: rgb(141,188,232); }
H1.HeaderClassName
{
color: #8DBCE8;
}
.AnyTagClassName
{
color: #8DBCE8;
}
</style>
background-color css
<style>
a { background-color: #8DBCE8; }
a { background-color: rgb(141,188,232); }
div.DivClassName
{
background-color: #8DBCE8;
}
.BgClassName
{
background-color: #8DBCE8;
}
</style>
border-color css
<style>
span { border-color: #8DBCE8; }
span { border-color: rgb(141,188,232); }
td.TdClassName
{
border-color: #8DBCE8;
}
.TagClassName
{
border-color: #8DBCE8;
}
</style>