Shades of Cornflower #8CBEEC
Tints of Cornflower #8CBEEC
RGB
CMYK
RGB Variations
Color information
#8CBEEC (or 0x8CBEEC) is known color: Cornflower. HEX triplet: 8C, BE and EC. RGB value is (140,190,236). Sum of RGB (Red+Green+Blue) = 140+190+236=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #8CBEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CBEEC is #734113. Grayscale: #B4B4B4. Windows color (decimal): -7553300 or 15515276. OLE color: 15515276.
HSL color Cylindrical-coordinate representation of color #8CBEEC: hue angle of 208.75º 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 #8CBEEC is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 190 | 236 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.07 |
| HSL | 208.75º | 0.72% | 0.74% | - |
| HSV(B) | 208.75º | 0.41% | 0.93% | - |
| XYZ | 44.37 | 48.46 | 86.37 | - |
| YUV | 180.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 190 | 236 | 0.41 | 0.19 | 0 | 0.07 | 208.75 | 0.72 | 0.74 |
| Hex | 8C | BE | EC | 29 | 13 | 0 | 7 | D1 | 48 | 4A |
| Octal | 214 | 276 | 354 | 51 | 23 | 0 | 7 | 321 | 110 | 112 |
| Binary | 10001100 | 10111110 | 11101100 | 101001 | 10011 | 0 | 111 | 11010001 | 1001000 | 1001010 |
Color Harmonies of #8CBEEC
Complementary color
Monochromatic Colors of #8CBEEC
Black with #8CBEEC
Text Example
Text Example
White with #8CBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBEEC; }
p { color: rgb(140,190,236); }
H1.HeaderClassName
{
color: #8CBEEC;
}
.AnyTagClassName
{
color: #8CBEEC;
}
</style>
background-color css
<style>
a { background-color: #8CBEEC; }
a { background-color: rgb(140,190,236); }
div.DivClassName
{
background-color: #8CBEEC;
}
.BgClassName
{
background-color: #8CBEEC;
}
</style>
border-color css
<style>
span { border-color: #8CBEEC; }
span { border-color: rgb(140,190,236); }
td.TdClassName
{
border-color: #8CBEEC;
}
.TagClassName
{
border-color: #8CBEEC;
}
</style>