Shades of Cornflower #8CBADF
Tints of Cornflower #8CBADF
RGB
CMYK
RGB Variations
Color information
#8CBADF (or 0x8CBADF) is known color: Cornflower. HEX triplet: 8C, BA and DF. RGB value is (140,186,223). Sum of RGB (Red+Green+Blue) = 140+186+223=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CBADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBADF is #734520. Grayscale: #B0B0B0. Windows color (decimal): -7554337 or 14662284. OLE color: 14662284.
HSL color Cylindrical-coordinate representation of color #8CBADF: hue angle of 206.75º 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 #8CBADF is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 186 | 223 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.13 |
| HSL | 206.75º | 0.56% | 0.71% | - |
| HSV(B) | 206.75º | 0.37% | 0.87% | - |
| XYZ | 41.69 | 46.02 | 76.5 | - |
| YUV | 176.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 223 | 0.37 | 0.17 | 0 | 0.13 | 206.75 | 0.56 | 0.71 |
| Hex | 8C | BA | DF | 25 | 11 | 0 | D | CF | 38 | 47 |
| Octal | 214 | 272 | 337 | 45 | 21 | 0 | 15 | 317 | 70 | 107 |
| Binary | 10001100 | 10111010 | 11011111 | 100101 | 10001 | 0 | 1101 | 11001111 | 111000 | 1000111 |
Color Harmonies of #8CBADF
Complementary color
Monochromatic Colors of #8CBADF
Black with #8CBADF
Text Example
Text Example
White with #8CBADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBADF; }
p { color: rgb(140,186,223); }
H1.HeaderClassName
{
color: #8CBADF;
}
.AnyTagClassName
{
color: #8CBADF;
}
</style>
background-color css
<style>
a { background-color: #8CBADF; }
a { background-color: rgb(140,186,223); }
div.DivClassName
{
background-color: #8CBADF;
}
.BgClassName
{
background-color: #8CBADF;
}
</style>
border-color css
<style>
span { border-color: #8CBADF; }
span { border-color: rgb(140,186,223); }
td.TdClassName
{
border-color: #8CBADF;
}
.TagClassName
{
border-color: #8CBADF;
}
</style>