Shades of Cornflower #8CC5EA
Tints of Cornflower #8CC5EA
RGB
CMYK
RGB Variations
Color information
#8CC5EA (or 0x8CC5EA) is known color: Cornflower. HEX triplet: 8C, C5 and EA. RGB value is (140,197,234). Sum of RGB (Red+Green+Blue) = 140+197+234=571 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.52% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CC5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC5EA is #733A15. Grayscale: #B7B7B7. Windows color (decimal): -7551510 or 15385996. OLE color: 15385996.
HSL color Cylindrical-coordinate representation of color #8CC5EA: hue angle of 203.62º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CC5EA is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 197 | 234 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.08 |
| HSL | 203.62º | 0.69% | 0.73% | - |
| HSV(B) | 203.62º | 0.4% | 0.92% | - |
| XYZ | 45.63 | 51.45 | 85.37 | - |
| YUV | 184.18 | 156.12 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 234 | 0.40 | 0.16 | 0 | 0.08 | 203.62 | 0.69 | 0.73 |
| Hex | 8C | C5 | EA | 28 | 10 | 0 | 8 | CC | 45 | 49 |
| Octal | 214 | 305 | 352 | 50 | 20 | 0 | 10 | 314 | 105 | 111 |
| Binary | 10001100 | 11000101 | 11101010 | 101000 | 10000 | 0 | 1000 | 11001100 | 1000101 | 1001001 |
Color Harmonies of #8CC5EA
Complementary color
Monochromatic Colors of #8CC5EA
Black with #8CC5EA
Text Example
Text Example
White with #8CC5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC5EA; }
p { color: rgb(140,197,234); }
H1.HeaderClassName
{
color: #8CC5EA;
}
.AnyTagClassName
{
color: #8CC5EA;
}
</style>
background-color css
<style>
a { background-color: #8CC5EA; }
a { background-color: rgb(140,197,234); }
div.DivClassName
{
background-color: #8CC5EA;
}
.BgClassName
{
background-color: #8CC5EA;
}
</style>
border-color css
<style>
span { border-color: #8CC5EA; }
span { border-color: rgb(140,197,234); }
td.TdClassName
{
border-color: #8CC5EA;
}
.TagClassName
{
border-color: #8CC5EA;
}
</style>