Shades of Cornflower #8FBBEC
Tints of Cornflower #8FBBEC
RGB
CMYK
RGB Variations
Color information
#8FBBEC (or 0x8FBBEC) is known color: Cornflower. HEX triplet: 8F, BB and EC. RGB value is (143,187,236). Sum of RGB (Red+Green+Blue) = 143+187+236=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FBBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBBEC is #704413. Grayscale: #B3B3B3. Windows color (decimal): -7357460 or 15514511. OLE color: 15514511.
HSL color Cylindrical-coordinate representation of color #8FBBEC: hue angle of 211.61º 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 #8FBBEC is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 187 | 236 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.07 |
| HSL | 211.61º | 0.71% | 0.74% | - |
| HSV(B) | 211.61º | 0.39% | 0.93% | - |
| XYZ | 44.24 | 47.44 | 86.18 | - |
| YUV | 179.43 | 159.92 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 187 | 236 | 0.39 | 0.21 | 0 | 0.07 | 211.61 | 0.71 | 0.74 |
| Hex | 8F | BB | EC | 27 | 15 | 0 | 7 | D4 | 47 | 4A |
| Octal | 217 | 273 | 354 | 47 | 25 | 0 | 7 | 324 | 107 | 112 |
| Binary | 10001111 | 10111011 | 11101100 | 100111 | 10101 | 0 | 111 | 11010100 | 1000111 | 1001010 |
Color Harmonies of #8FBBEC
Complementary color
Monochromatic Colors of #8FBBEC
Black with #8FBBEC
Text Example
Text Example
White with #8FBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBBEC; }
p { color: rgb(143,187,236); }
H1.HeaderClassName
{
color: #8FBBEC;
}
.AnyTagClassName
{
color: #8FBBEC;
}
</style>
background-color css
<style>
a { background-color: #8FBBEC; }
a { background-color: rgb(143,187,236); }
div.DivClassName
{
background-color: #8FBBEC;
}
.BgClassName
{
background-color: #8FBBEC;
}
</style>
border-color css
<style>
span { border-color: #8FBBEC; }
span { border-color: rgb(143,187,236); }
td.TdClassName
{
border-color: #8FBBEC;
}
.TagClassName
{
border-color: #8FBBEC;
}
</style>