Shades of Cornflower #8FBFEC
Tints of Cornflower #8FBFEC
RGB
CMYK
RGB Variations
Color information
#8FBFEC (or 0x8FBFEC) is known color: Cornflower. HEX triplet: 8F, BF and EC. RGB value is (143,191,236). Sum of RGB (Red+Green+Blue) = 143+191+236=570 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.09% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFEC is #704013. Grayscale: #B5B5B5. Windows color (decimal): -7356436 or 15515535. OLE color: 15515535.
HSL color Cylindrical-coordinate representation of color #8FBFEC: hue angle of 209.03º 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 #8FBFEC is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 191 | 236 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.07 |
| HSL | 209.03º | 0.71% | 0.74% | - |
| HSV(B) | 209.03º | 0.39% | 0.93% | - |
| XYZ | 45.1 | 49.16 | 86.47 | - |
| YUV | 181.78 | 158.6 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 236 | 0.39 | 0.19 | 0 | 0.07 | 209.03 | 0.71 | 0.74 |
| Hex | 8F | BF | EC | 27 | 13 | 0 | 7 | D1 | 47 | 4A |
| Octal | 217 | 277 | 354 | 47 | 23 | 0 | 7 | 321 | 107 | 112 |
| Binary | 10001111 | 10111111 | 11101100 | 100111 | 10011 | 0 | 111 | 11010001 | 1000111 | 1001010 |
Color Harmonies of #8FBFEC
Complementary color
Monochromatic Colors of #8FBFEC
Black with #8FBFEC
Text Example
Text Example
White with #8FBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFEC; }
p { color: rgb(143,191,236); }
H1.HeaderClassName
{
color: #8FBFEC;
}
.AnyTagClassName
{
color: #8FBFEC;
}
</style>
background-color css
<style>
a { background-color: #8FBFEC; }
a { background-color: rgb(143,191,236); }
div.DivClassName
{
background-color: #8FBFEC;
}
.BgClassName
{
background-color: #8FBFEC;
}
</style>
border-color css
<style>
span { border-color: #8FBFEC; }
span { border-color: rgb(143,191,236); }
td.TdClassName
{
border-color: #8FBFEC;
}
.TagClassName
{
border-color: #8FBFEC;
}
</style>