Shades of Cornflower #8FC8EF
Tints of Cornflower #8FC8EF
RGB
CMYK
RGB Variations
Color information
#8FC8EF (or 0x8FC8EF) is known color: Cornflower. HEX triplet: 8F, C8 and EF. RGB value is (143,200,239). Sum of RGB (Red+Green+Blue) = 143+200+239=582 (77% of max value = 765). Red value is 143 (56.25% from 255 or 24.57% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FC8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC8EF is #703710. Grayscale: #BBBBBB. Windows color (decimal): -7354129 or 15714447. OLE color: 15714447.
HSL color Cylindrical-coordinate representation of color #8FC8EF: hue angle of 204.38º 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 #8FC8EF is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 200 | 239 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.06 |
| HSL | 204.38º | 0.75% | 0.75% | - |
| HSV(B) | 204.38º | 0.4% | 0.94% | - |
| XYZ | 47.56 | 53.38 | 89.46 | - |
| YUV | 187.4 | 157.12 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 239 | 0.40 | 0.16 | 0 | 0.06 | 204.38 | 0.75 | 0.75 |
| Hex | 8F | C8 | EF | 28 | 10 | 0 | 6 | CC | 4B | 4B |
| Octal | 217 | 310 | 357 | 50 | 20 | 0 | 6 | 314 | 113 | 113 |
| Binary | 10001111 | 11001000 | 11101111 | 101000 | 10000 | 0 | 110 | 11001100 | 1001011 | 1001011 |
Color Harmonies of #8FC8EF
Complementary color
Monochromatic Colors of #8FC8EF
Black with #8FC8EF
Text Example
Text Example
White with #8FC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC8EF; }
p { color: rgb(143,200,239); }
H1.HeaderClassName
{
color: #8FC8EF;
}
.AnyTagClassName
{
color: #8FC8EF;
}
</style>
background-color css
<style>
a { background-color: #8FC8EF; }
a { background-color: rgb(143,200,239); }
div.DivClassName
{
background-color: #8FC8EF;
}
.BgClassName
{
background-color: #8FC8EF;
}
</style>
border-color css
<style>
span { border-color: #8FC8EF; }
span { border-color: rgb(143,200,239); }
td.TdClassName
{
border-color: #8FC8EF;
}
.TagClassName
{
border-color: #8FC8EF;
}
</style>