Shades of Cornflower #8FC3EF
Tints of Cornflower #8FC3EF
RGB
CMYK
RGB Variations
Color information
#8FC3EF (or 0x8FC3EF) is known color: Cornflower. HEX triplet: 8F, C3 and EF. RGB value is (143,195,239). Sum of RGB (Red+Green+Blue) = 143+195+239=577 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.78% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FC3EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC3EF is #703C10. Grayscale: #B8B8B8. Windows color (decimal): -7355409 or 15713167. OLE color: 15713167.
HSL color Cylindrical-coordinate representation of color #8FC3EF: hue angle of 207.5º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC3EF is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 195 | 239 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.06 |
| HSL | 207.5º | 0.75% | 0.75% | - |
| HSV(B) | 207.5º | 0.4% | 0.94% | - |
| XYZ | 46.42 | 51.1 | 89.08 | - |
| YUV | 184.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 195 | 239 | 0.40 | 0.18 | 0 | 0.06 | 207.5 | 0.75 | 0.75 |
| Hex | 8F | C3 | EF | 28 | 12 | 0 | 6 | D0 | 4B | 4B |
| Octal | 217 | 303 | 357 | 50 | 22 | 0 | 6 | 320 | 113 | 113 |
| Binary | 10001111 | 11000011 | 11101111 | 101000 | 10010 | 0 | 110 | 11010000 | 1001011 | 1001011 |
Color Harmonies of #8FC3EF
Complementary color
Monochromatic Colors of #8FC3EF
Black with #8FC3EF
Text Example
Text Example
White with #8FC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC3EF; }
p { color: rgb(143,195,239); }
H1.HeaderClassName
{
color: #8FC3EF;
}
.AnyTagClassName
{
color: #8FC3EF;
}
</style>
background-color css
<style>
a { background-color: #8FC3EF; }
a { background-color: rgb(143,195,239); }
div.DivClassName
{
background-color: #8FC3EF;
}
.BgClassName
{
background-color: #8FC3EF;
}
</style>
border-color css
<style>
span { border-color: #8FC3EF; }
span { border-color: rgb(143,195,239); }
td.TdClassName
{
border-color: #8FC3EF;
}
.TagClassName
{
border-color: #8FC3EF;
}
</style>