Shades of Cornflower #8CBCEC
Tints of Cornflower #8CBCEC
RGB
CMYK
RGB Variations
Color information
#8CBCEC (or 0x8CBCEC) is known color: Cornflower. HEX triplet: 8C, BC and EC. RGB value is (140,188,236). Sum of RGB (Red+Green+Blue) = 140+188+236=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 188 (73.83% from 255 or 33.33% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #8CBCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBCEC is #734313. Grayscale: #B2B2B2. Windows color (decimal): -7553812 or 15514764. OLE color: 15514764.
HSL color Cylindrical-coordinate representation of color #8CBCEC: hue angle of 210º degrees, saturation: 0.72, 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 #8CBCEC is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 188 | 236 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.07 |
| HSL | 210º | 0.72% | 0.74% | - |
| HSV(B) | 210º | 0.41% | 0.93% | - |
| XYZ | 43.94 | 47.6 | 86.23 | - |
| YUV | 179.12 | 160.1 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 236 | 0.41 | 0.20 | 0 | 0.07 | 210 | 0.72 | 0.74 |
| Hex | 8C | BC | EC | 29 | 14 | 0 | 7 | D2 | 48 | 4A |
| Octal | 214 | 274 | 354 | 51 | 24 | 0 | 7 | 322 | 110 | 112 |
| Binary | 10001100 | 10111100 | 11101100 | 101001 | 10100 | 0 | 111 | 11010010 | 1001000 | 1001010 |
Color Harmonies of #8CBCEC
Complementary color
Monochromatic Colors of #8CBCEC
Black with #8CBCEC
Text Example
Text Example
White with #8CBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBCEC; }
p { color: rgb(140,188,236); }
H1.HeaderClassName
{
color: #8CBCEC;
}
.AnyTagClassName
{
color: #8CBCEC;
}
</style>
background-color css
<style>
a { background-color: #8CBCEC; }
a { background-color: rgb(140,188,236); }
div.DivClassName
{
background-color: #8CBCEC;
}
.BgClassName
{
background-color: #8CBCEC;
}
</style>
border-color css
<style>
span { border-color: #8CBCEC; }
span { border-color: rgb(140,188,236); }
td.TdClassName
{
border-color: #8CBCEC;
}
.TagClassName
{
border-color: #8CBCEC;
}
</style>