Shades of Cornflower #8CC4EA
Tints of Cornflower #8CC4EA
RGB
CMYK
RGB Variations
Color information
#8CC4EA (or 0x8CC4EA) is known color: Cornflower. HEX triplet: 8C, C4 and EA. RGB value is (140,196,234). Sum of RGB (Red+Green+Blue) = 140+196+234=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CC4EA is #733B15. Grayscale: #B7B7B7. Windows color (decimal): -7551766 or 15385740. OLE color: 15385740.
HSL color Cylindrical-coordinate representation of color #8CC4EA: hue angle of 204.26º 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 #8CC4EA is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 196 | 234 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.08 |
| HSL | 204.26º | 0.69% | 0.73% | - |
| HSV(B) | 204.26º | 0.4% | 0.92% | - |
| XYZ | 45.41 | 51 | 85.29 | - |
| YUV | 183.59 | 156.45 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 196 | 234 | 0.40 | 0.16 | 0 | 0.08 | 204.26 | 0.69 | 0.73 |
| Hex | 8C | C4 | EA | 28 | 10 | 0 | 8 | CC | 45 | 49 |
| Octal | 214 | 304 | 352 | 50 | 20 | 0 | 10 | 314 | 105 | 111 |
| Binary | 10001100 | 11000100 | 11101010 | 101000 | 10000 | 0 | 1000 | 11001100 | 1000101 | 1001001 |
Color Harmonies of #8CC4EA
Complementary color
Monochromatic Colors of #8CC4EA
Black with #8CC4EA
Text Example
Text Example
White with #8CC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC4EA; }
p { color: rgb(140,196,234); }
H1.HeaderClassName
{
color: #8CC4EA;
}
.AnyTagClassName
{
color: #8CC4EA;
}
</style>
background-color css
<style>
a { background-color: #8CC4EA; }
a { background-color: rgb(140,196,234); }
div.DivClassName
{
background-color: #8CC4EA;
}
.BgClassName
{
background-color: #8CC4EA;
}
</style>
border-color css
<style>
span { border-color: #8CC4EA; }
span { border-color: rgb(140,196,234); }
td.TdClassName
{
border-color: #8CC4EA;
}
.TagClassName
{
border-color: #8CC4EA;
}
</style>