Shades of Cornflower #8FC2EC
Tints of Cornflower #8FC2EC
RGB
CMYK
RGB Variations
Color information
#8FC2EC (or 0x8FC2EC) is known color: Cornflower. HEX triplet: 8F, C2 and EC. RGB value is (143,194,236). Sum of RGB (Red+Green+Blue) = 143+194+236=573 (75% of max value = 765). Red value is 143 (56.25% from 255 or 24.96% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC2EC is #703D13. Grayscale: #B7B7B7. Windows color (decimal): -7355668 or 15516303. OLE color: 15516303.
HSL color Cylindrical-coordinate representation of color #8FC2EC: hue angle of 207.1º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FC2EC is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 194 | 236 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.07 |
| HSL | 207.1º | 0.71% | 0.74% | - |
| HSV(B) | 207.1º | 0.39% | 0.93% | - |
| XYZ | 45.76 | 50.48 | 86.69 | - |
| YUV | 183.54 | 157.6 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 194 | 236 | 0.39 | 0.18 | 0 | 0.07 | 207.1 | 0.71 | 0.74 |
| Hex | 8F | C2 | EC | 27 | 12 | 0 | 7 | CF | 47 | 4A |
| Octal | 217 | 302 | 354 | 47 | 22 | 0 | 7 | 317 | 107 | 112 |
| Binary | 10001111 | 11000010 | 11101100 | 100111 | 10010 | 0 | 111 | 11001111 | 1000111 | 1001010 |
Color Harmonies of #8FC2EC
Complementary color
Monochromatic Colors of #8FC2EC
Black with #8FC2EC
Text Example
Text Example
White with #8FC2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC2EC; }
p { color: rgb(143,194,236); }
H1.HeaderClassName
{
color: #8FC2EC;
}
.AnyTagClassName
{
color: #8FC2EC;
}
</style>
background-color css
<style>
a { background-color: #8FC2EC; }
a { background-color: rgb(143,194,236); }
div.DivClassName
{
background-color: #8FC2EC;
}
.BgClassName
{
background-color: #8FC2EC;
}
</style>
border-color css
<style>
span { border-color: #8FC2EC; }
span { border-color: rgb(143,194,236); }
td.TdClassName
{
border-color: #8FC2EC;
}
.TagClassName
{
border-color: #8FC2EC;
}
</style>