Shades of Cornflower #8DBADF
Tints of Cornflower #8DBADF
RGB
CMYK
RGB Variations
Color information
#8DBADF (or 0x8DBADF) is known color: Cornflower. HEX triplet: 8D, BA and DF. RGB value is (141,186,223). Sum of RGB (Red+Green+Blue) = 141+186+223=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBADF is #724520. Grayscale: #B0B0B0. Windows color (decimal): -7488801 or 14662285. OLE color: 14662285.
HSL color Cylindrical-coordinate representation of color #8DBADF: hue angle of 207.07º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DBADF is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 186 | 223 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.13 |
| HSL | 207.07º | 0.56% | 0.71% | - |
| HSV(B) | 207.07º | 0.37% | 0.87% | - |
| XYZ | 41.86 | 46.11 | 76.51 | - |
| YUV | 176.76 | 154.09 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 223 | 0.37 | 0.17 | 0 | 0.13 | 207.07 | 0.56 | 0.71 |
| Hex | 8D | BA | DF | 25 | 11 | 0 | D | CF | 38 | 47 |
| Octal | 215 | 272 | 337 | 45 | 21 | 0 | 15 | 317 | 70 | 107 |
| Binary | 10001101 | 10111010 | 11011111 | 100101 | 10001 | 0 | 1101 | 11001111 | 111000 | 1000111 |
Color Harmonies of #8DBADF
Complementary color
Monochromatic Colors of #8DBADF
Black with #8DBADF
Text Example
Text Example
White with #8DBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBADF; }
p { color: rgb(141,186,223); }
H1.HeaderClassName
{
color: #8DBADF;
}
.AnyTagClassName
{
color: #8DBADF;
}
</style>
background-color css
<style>
a { background-color: #8DBADF; }
a { background-color: rgb(141,186,223); }
div.DivClassName
{
background-color: #8DBADF;
}
.BgClassName
{
background-color: #8DBADF;
}
</style>
border-color css
<style>
span { border-color: #8DBADF; }
span { border-color: rgb(141,186,223); }
td.TdClassName
{
border-color: #8DBADF;
}
.TagClassName
{
border-color: #8DBADF;
}
</style>