Shades of Cornflower #8CBCE5
Tints of Cornflower #8CBCE5
RGB
CMYK
RGB Variations
Color information
#8CBCE5 (or 0x8CBCE5) is known color: Cornflower. HEX triplet: 8C, BC and E5. RGB value is (140,188,229). Sum of RGB (Red+Green+Blue) = 140+188+229=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 229 - color contains mainly: blue. Hex color #8CBCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBCE5 is #73431A. Grayscale: #B2B2B2. Windows color (decimal): -7553819 or 15056012. OLE color: 15056012.
HSL color Cylindrical-coordinate representation of color #8CBCE5: hue angle of 207.64º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CBCE5 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 188 | 229 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.10 |
| HSL | 207.64º | 0.63% | 0.72% | - |
| HSV(B) | 207.64º | 0.39% | 0.9% | - |
| XYZ | 42.94 | 47.2 | 80.98 | - |
| YUV | 178.32 | 156.6 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 229 | 0.39 | 0.18 | 0 | 0.10 | 207.64 | 0.63 | 0.72 |
| Hex | 8C | BC | E5 | 27 | 12 | 0 | A | D0 | 3F | 48 |
| Octal | 214 | 274 | 345 | 47 | 22 | 0 | 12 | 320 | 77 | 110 |
| Binary | 10001100 | 10111100 | 11100101 | 100111 | 10010 | 0 | 1010 | 11010000 | 111111 | 1001000 |
Color Harmonies of #8CBCE5
Complementary color
Monochromatic Colors of #8CBCE5
Black with #8CBCE5
Text Example
Text Example
White with #8CBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCE5; }
p { color: rgb(140,188,229); }
H1.HeaderClassName
{
color: #8CBCE5;
}
.AnyTagClassName
{
color: #8CBCE5;
}
</style>
background-color css
<style>
a { background-color: #8CBCE5; }
a { background-color: rgb(140,188,229); }
div.DivClassName
{
background-color: #8CBCE5;
}
.BgClassName
{
background-color: #8CBCE5;
}
</style>
border-color css
<style>
span { border-color: #8CBCE5; }
span { border-color: rgb(140,188,229); }
td.TdClassName
{
border-color: #8CBCE5;
}
.TagClassName
{
border-color: #8CBCE5;
}
</style>