Shades of Cornflower #8CBAED
Tints of Cornflower #8CBAED
RGB
CMYK
RGB Variations
Color information
#8CBAED (or 0x8CBAED) is known color: Cornflower. HEX triplet: 8C, BA and ED. RGB value is (140,186,237). Sum of RGB (Red+Green+Blue) = 140+186+237=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBAED is #734512. Grayscale: #B1B1B1. Windows color (decimal): -7554323 or 15579788. OLE color: 15579788.
HSL color Cylindrical-coordinate representation of color #8CBAED: hue angle of 211.55º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBAED is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 140 | 186 | 237 | - |
CMYK | 0.41 | 0.22 | 0 | 0.07 |
HSL | 211.55º | 0.73% | 0.74% | - |
HSV(B) | 211.55º | 0.41% | 0.93% | - |
XYZ | 43.66 | 46.81 | 86.85 | - |
YUV | 178.06 | 161.26 | 100.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 186 | 237 | 0.41 | 0.22 | 0 | 0.07 | 211.55 | 0.73 | 0.74 |
Hex | 8C | BA | ED | 29 | 16 | 0 | 7 | D4 | 49 | 4A |
Octal | 214 | 272 | 355 | 51 | 26 | 0 | 7 | 324 | 111 | 112 |
Binary | 10001100 | 10111010 | 11101101 | 101001 | 10110 | 0 | 111 | 11010100 | 1001001 | 1001010 |
Color Harmonies of #8CBAED
Complementary color
Monochromatic Colors of #8CBAED
Black with #8CBAED
Text Example
Text Example
White with #8CBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBAED; }
p { color: rgb(140,186,237); }
H1.HeaderClassName
{
color: #8CBAED;
}
.AnyTagClassName
{
color: #8CBAED;
}
</style>
background-color css
<style>
a { background-color: #8CBAED; }
a { background-color: rgb(140,186,237); }
div.DivClassName
{
background-color: #8CBAED;
}
.BgClassName
{
background-color: #8CBAED;
}
</style>
border-color css
<style>
span { border-color: #8CBAED; }
span { border-color: rgb(140,186,237); }
td.TdClassName
{
border-color: #8CBAED;
}
.TagClassName
{
border-color: #8CBAED;
}
</style>