Shades of Cornflower #8FBAED
Tints of Cornflower #8FBAED
RGB
CMYK
RGB Variations
Color information
#8FBAED (or 0x8FBAED) is known color: Cornflower. HEX triplet: 8F, BA and ED. RGB value is (143,186,237). Sum of RGB (Red+Green+Blue) = 143+186+237=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #8FBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBAED is #704512. Grayscale: #B2B2B2. Windows color (decimal): -7357715 or 15579791. OLE color: 15579791.
HSL color Cylindrical-coordinate representation of color #8FBAED: hue angle of 212.55º degrees, saturation: 0.72, 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 #8FBAED is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 186 | 237 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.07 |
| HSL | 212.55º | 0.72% | 0.75% | - |
| HSV(B) | 212.55º | 0.4% | 0.93% | - |
| XYZ | 44.17 | 47.07 | 86.88 | - |
| YUV | 178.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 237 | 0.40 | 0.22 | 0 | 0.07 | 212.55 | 0.72 | 0.75 |
| Hex | 8F | BA | ED | 28 | 16 | 0 | 7 | D5 | 48 | 4B |
| Octal | 217 | 272 | 355 | 50 | 26 | 0 | 7 | 325 | 110 | 113 |
| Binary | 10001111 | 10111010 | 11101101 | 101000 | 10110 | 0 | 111 | 11010101 | 1001000 | 1001011 |
Color Harmonies of #8FBAED
Complementary color
Monochromatic Colors of #8FBAED
Black with #8FBAED
Text Example
Text Example
White with #8FBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBAED; }
p { color: rgb(143,186,237); }
H1.HeaderClassName
{
color: #8FBAED;
}
.AnyTagClassName
{
color: #8FBAED;
}
</style>
background-color css
<style>
a { background-color: #8FBAED; }
a { background-color: rgb(143,186,237); }
div.DivClassName
{
background-color: #8FBAED;
}
.BgClassName
{
background-color: #8FBAED;
}
</style>
border-color css
<style>
span { border-color: #8FBAED; }
span { border-color: rgb(143,186,237); }
td.TdClassName
{
border-color: #8FBAED;
}
.TagClassName
{
border-color: #8FBAED;
}
</style>