Shades of Cornflower #8DBAE5
Tints of Cornflower #8DBAE5
RGB
CMYK
RGB Variations
Color information
#8DBAE5 (or 0x8DBAE5) is known color: Cornflower. HEX triplet: 8D, BA and E5. RGB value is (141,186,229). Sum of RGB (Red+Green+Blue) = 141+186+229=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #8DBAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBAE5 is #72451A. Grayscale: #B1B1B1. Windows color (decimal): -7488795 or 15055501. OLE color: 15055501.
HSL color Cylindrical-coordinate representation of color #8DBAE5: hue angle of 209.32º 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 #8DBAE5 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 186 | 229 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.10 |
| HSL | 209.32º | 0.63% | 0.73% | - |
| HSV(B) | 209.32º | 0.38% | 0.9% | - |
| XYZ | 42.69 | 46.44 | 80.84 | - |
| YUV | 177.45 | 157.09 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 229 | 0.38 | 0.19 | 0 | 0.10 | 209.32 | 0.63 | 0.73 |
| Hex | 8D | BA | E5 | 26 | 13 | 0 | A | D1 | 3F | 49 |
| Octal | 215 | 272 | 345 | 46 | 23 | 0 | 12 | 321 | 77 | 111 |
| Binary | 10001101 | 10111010 | 11100101 | 100110 | 10011 | 0 | 1010 | 11010001 | 111111 | 1001001 |
Color Harmonies of #8DBAE5
Complementary color
Monochromatic Colors of #8DBAE5
Black with #8DBAE5
Text Example
Text Example
White with #8DBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBAE5; }
p { color: rgb(141,186,229); }
H1.HeaderClassName
{
color: #8DBAE5;
}
.AnyTagClassName
{
color: #8DBAE5;
}
</style>
background-color css
<style>
a { background-color: #8DBAE5; }
a { background-color: rgb(141,186,229); }
div.DivClassName
{
background-color: #8DBAE5;
}
.BgClassName
{
background-color: #8DBAE5;
}
</style>
border-color css
<style>
span { border-color: #8DBAE5; }
span { border-color: rgb(141,186,229); }
td.TdClassName
{
border-color: #8DBAE5;
}
.TagClassName
{
border-color: #8DBAE5;
}
</style>