Shades of Cornflower #8FBAEB
Tints of Cornflower #8FBAEB
RGB
CMYK
RGB Variations
Color information
#8FBAEB (or 0x8FBAEB) is known color: Cornflower. HEX triplet: 8F, BA and EB. RGB value is (143,186,235). Sum of RGB (Red+Green+Blue) = 143+186+235=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAEB is #704514. Grayscale: #B2B2B2. Windows color (decimal): -7357717 or 15448719. OLE color: 15448719.
HSL color Cylindrical-coordinate representation of color #8FBAEB: hue angle of 211.96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FBAEB is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 186 | 235 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.08 |
| HSL | 211.96º | 0.7% | 0.74% | - |
| HSV(B) | 211.96º | 0.39% | 0.92% | - |
| XYZ | 43.88 | 46.96 | 85.35 | - |
| YUV | 178.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 235 | 0.39 | 0.21 | 0 | 0.08 | 211.96 | 0.7 | 0.74 |
| Hex | 8F | BA | EB | 27 | 15 | 0 | 8 | D4 | 46 | 4A |
| Octal | 217 | 272 | 353 | 47 | 25 | 0 | 10 | 324 | 106 | 112 |
| Binary | 10001111 | 10111010 | 11101011 | 100111 | 10101 | 0 | 1000 | 11010100 | 1000110 | 1001010 |
Color Harmonies of #8FBAEB
Complementary color
Monochromatic Colors of #8FBAEB
Black with #8FBAEB
Text Example
Text Example
White with #8FBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAEB; }
p { color: rgb(143,186,235); }
H1.HeaderClassName
{
color: #8FBAEB;
}
.AnyTagClassName
{
color: #8FBAEB;
}
</style>
background-color css
<style>
a { background-color: #8FBAEB; }
a { background-color: rgb(143,186,235); }
div.DivClassName
{
background-color: #8FBAEB;
}
.BgClassName
{
background-color: #8FBAEB;
}
</style>
border-color css
<style>
span { border-color: #8FBAEB; }
span { border-color: rgb(143,186,235); }
td.TdClassName
{
border-color: #8FBAEB;
}
.TagClassName
{
border-color: #8FBAEB;
}
</style>