Shades of Cornflower #8DC0EA
Tints of Cornflower #8DC0EA
RGB
CMYK
RGB Variations
Color information
#8DC0EA (or 0x8DC0EA) is known color: Cornflower. HEX triplet: 8D, C0 and EA. RGB value is (141,192,234). Sum of RGB (Red+Green+Blue) = 141+192+234=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DC0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DC0EA is #723F15. Grayscale: #B5B5B5. Windows color (decimal): -7487254 or 15384717. OLE color: 15384717.
HSL color Cylindrical-coordinate representation of color #8DC0EA: hue angle of 207.1º 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 #8DC0EA is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 192 | 234 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.08 |
| HSL | 207.1º | 0.69% | 0.74% | - |
| HSV(B) | 207.1º | 0.4% | 0.92% | - |
| XYZ | 44.69 | 49.3 | 85 | - |
| YUV | 181.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 192 | 234 | 0.40 | 0.18 | 0 | 0.08 | 207.1 | 0.69 | 0.74 |
| Hex | 8D | C0 | EA | 28 | 12 | 0 | 8 | CF | 45 | 4A |
| Octal | 215 | 300 | 352 | 50 | 22 | 0 | 10 | 317 | 105 | 112 |
| Binary | 10001101 | 11000000 | 11101010 | 101000 | 10010 | 0 | 1000 | 11001111 | 1000101 | 1001010 |
Color Harmonies of #8DC0EA
Complementary color
Monochromatic Colors of #8DC0EA
Black with #8DC0EA
Text Example
Text Example
White with #8DC0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC0EA; }
p { color: rgb(141,192,234); }
H1.HeaderClassName
{
color: #8DC0EA;
}
.AnyTagClassName
{
color: #8DC0EA;
}
</style>
background-color css
<style>
a { background-color: #8DC0EA; }
a { background-color: rgb(141,192,234); }
div.DivClassName
{
background-color: #8DC0EA;
}
.BgClassName
{
background-color: #8DC0EA;
}
</style>
border-color css
<style>
span { border-color: #8DC0EA; }
span { border-color: rgb(141,192,234); }
td.TdClassName
{
border-color: #8DC0EA;
}
.TagClassName
{
border-color: #8DC0EA;
}
</style>