Shades of Cornflower #8FC7EE
Tints of Cornflower #8FC7EE
RGB
CMYK
RGB Variations
Color information
#8FC7EE (or 0x8FC7EE) is known color: Cornflower. HEX triplet: 8F, C7 and EE. RGB value is (143,199,238). Sum of RGB (Red+Green+Blue) = 143+199+238=580 (76% of max value = 765). Red value is 143 (56.25% from 255 or 24.66% from 580); Green value is 199 (78.12% from 255 or 34.31% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FC7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC7EE is #703811. Grayscale: #BABABA. Windows color (decimal): -7354386 or 15648655. OLE color: 15648655.
HSL color Cylindrical-coordinate representation of color #8FC7EE: hue angle of 204.63º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FC7EE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 199 | 238 | - |
| CMYK | 0.40 | 0.16 | 0 | 0.07 |
| HSL | 204.63º | 0.74% | 0.75% | - |
| HSV(B) | 204.63º | 0.4% | 0.93% | - |
| XYZ | 47.18 | 52.86 | 88.6 | - |
| YUV | 186.7 | 156.95 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 199 | 238 | 0.40 | 0.16 | 0 | 0.07 | 204.63 | 0.74 | 0.75 |
| Hex | 8F | C7 | EE | 28 | 10 | 0 | 7 | CD | 4A | 4B |
| Octal | 217 | 307 | 356 | 50 | 20 | 0 | 7 | 315 | 112 | 113 |
| Binary | 10001111 | 11000111 | 11101110 | 101000 | 10000 | 0 | 111 | 11001101 | 1001010 | 1001011 |
Color Harmonies of #8FC7EE
Complementary color
Monochromatic Colors of #8FC7EE
Black with #8FC7EE
Text Example
Text Example
White with #8FC7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC7EE; }
p { color: rgb(143,199,238); }
H1.HeaderClassName
{
color: #8FC7EE;
}
.AnyTagClassName
{
color: #8FC7EE;
}
</style>
background-color css
<style>
a { background-color: #8FC7EE; }
a { background-color: rgb(143,199,238); }
div.DivClassName
{
background-color: #8FC7EE;
}
.BgClassName
{
background-color: #8FC7EE;
}
</style>
border-color css
<style>
span { border-color: #8FC7EE; }
span { border-color: rgb(143,199,238); }
td.TdClassName
{
border-color: #8FC7EE;
}
.TagClassName
{
border-color: #8FC7EE;
}
</style>