Shades of Cornflower #8DC4EA
Tints of Cornflower #8DC4EA
RGB
CMYK
RGB Variations
Color information
#8DC4EA (or 0x8DC4EA) is known color: Cornflower. HEX triplet: 8D, C4 and EA. RGB value is (141,196,234). Sum of RGB (Red+Green+Blue) = 141+196+234=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 196 (76.95% from 255 or 34.33% 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 #8DC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC4EA is #723B15. Grayscale: #B7B7B7. Windows color (decimal): -7486230 or 15385741. OLE color: 15385741.
HSL color Cylindrical-coordinate representation of color #8DC4EA: hue angle of 204.52º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DC4EA is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 196 | 234 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.08 |
| HSL | 204.52º | 0.69% | 0.74% | - |
| HSV(B) | 204.52º | 0.4% | 0.92% | - |
| XYZ | 45.58 | 51.08 | 85.3 | - |
| YUV | 183.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 234 | 0.40 | 0.16 | 0 | 0.08 | 204.52 | 0.69 | 0.74 |
| Hex | 8D | C4 | EA | 28 | 10 | 0 | 8 | CD | 45 | 4A |
| Octal | 215 | 304 | 352 | 50 | 20 | 0 | 10 | 315 | 105 | 112 |
| Binary | 10001101 | 11000100 | 11101010 | 101000 | 10000 | 0 | 1000 | 11001101 | 1000101 | 1001010 |
Color Harmonies of #8DC4EA
Complementary color
Monochromatic Colors of #8DC4EA
Black with #8DC4EA
Text Example
Text Example
White with #8DC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC4EA; }
p { color: rgb(141,196,234); }
H1.HeaderClassName
{
color: #8DC4EA;
}
.AnyTagClassName
{
color: #8DC4EA;
}
</style>
background-color css
<style>
a { background-color: #8DC4EA; }
a { background-color: rgb(141,196,234); }
div.DivClassName
{
background-color: #8DC4EA;
}
.BgClassName
{
background-color: #8DC4EA;
}
</style>
border-color css
<style>
span { border-color: #8DC4EA; }
span { border-color: rgb(141,196,234); }
td.TdClassName
{
border-color: #8DC4EA;
}
.TagClassName
{
border-color: #8DC4EA;
}
</style>