Shades of Cornflower #8FBAE8
Tints of Cornflower #8FBAE8
RGB
CMYK
RGB Variations
Color information
#8FBAE8 (or 0x8FBAE8) is known color: Cornflower. HEX triplet: 8F, BA and E8. RGB value is (143,186,232). Sum of RGB (Red+Green+Blue) = 143+186+232=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 232 (91.02% from 255 or 41.35% from 561); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FBAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAE8 is #704517. Grayscale: #B2B2B2. Windows color (decimal): -7357720 or 15252111. OLE color: 15252111.
HSL color Cylindrical-coordinate representation of color #8FBAE8: hue angle of 211.01º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FBAE8 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 186 | 232 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.09 |
| HSL | 211.01º | 0.66% | 0.74% | - |
| HSV(B) | 211.01º | 0.38% | 0.91% | - |
| XYZ | 43.45 | 46.78 | 83.08 | - |
| YUV | 178.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 232 | 0.38 | 0.20 | 0 | 0.09 | 211.01 | 0.66 | 0.74 |
| Hex | 8F | BA | E8 | 26 | 14 | 0 | 9 | D3 | 42 | 4A |
| Octal | 217 | 272 | 350 | 46 | 24 | 0 | 11 | 323 | 102 | 112 |
| Binary | 10001111 | 10111010 | 11101000 | 100110 | 10100 | 0 | 1001 | 11010011 | 1000010 | 1001010 |
Color Harmonies of #8FBAE8
Complementary color
Monochromatic Colors of #8FBAE8
Black with #8FBAE8
Text Example
Text Example
White with #8FBAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAE8; }
p { color: rgb(143,186,232); }
H1.HeaderClassName
{
color: #8FBAE8;
}
.AnyTagClassName
{
color: #8FBAE8;
}
</style>
background-color css
<style>
a { background-color: #8FBAE8; }
a { background-color: rgb(143,186,232); }
div.DivClassName
{
background-color: #8FBAE8;
}
.BgClassName
{
background-color: #8FBAE8;
}
</style>
border-color css
<style>
span { border-color: #8FBAE8; }
span { border-color: rgb(143,186,232); }
td.TdClassName
{
border-color: #8FBAE8;
}
.TagClassName
{
border-color: #8FBAE8;
}
</style>