Shades of Cornflower #8FBFEE
Tints of Cornflower #8FBFEE
RGB
CMYK
RGB Variations
Color information
#8FBFEE (or 0x8FBFEE) is known color: Cornflower. HEX triplet: 8F, BF and EE. RGB value is (143,191,238). Sum of RGB (Red+Green+Blue) = 143+191+238=572 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FBFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FBFEE is #704011. Grayscale: #B5B5B5. Windows color (decimal): -7356434 or 15646607. OLE color: 15646607.
HSL color Cylindrical-coordinate representation of color #8FBFEE: hue angle of 209.68º degrees, saturation: 0.74, 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 #8FBFEE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 191 | 238 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.07 |
| HSL | 209.68º | 0.74% | 0.75% | - |
| HSV(B) | 209.68º | 0.4% | 0.93% | - |
| XYZ | 45.39 | 49.27 | 88.01 | - |
| YUV | 182.01 | 159.6 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 238 | 0.40 | 0.20 | 0 | 0.07 | 209.68 | 0.74 | 0.75 |
| Hex | 8F | BF | EE | 28 | 14 | 0 | 7 | D2 | 4A | 4B |
| Octal | 217 | 277 | 356 | 50 | 24 | 0 | 7 | 322 | 112 | 113 |
| Binary | 10001111 | 10111111 | 11101110 | 101000 | 10100 | 0 | 111 | 11010010 | 1001010 | 1001011 |
Color Harmonies of #8FBFEE
Complementary color
Monochromatic Colors of #8FBFEE
Black with #8FBFEE
Text Example
Text Example
White with #8FBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBFEE; }
p { color: rgb(143,191,238); }
H1.HeaderClassName
{
color: #8FBFEE;
}
.AnyTagClassName
{
color: #8FBFEE;
}
</style>
background-color css
<style>
a { background-color: #8FBFEE; }
a { background-color: rgb(143,191,238); }
div.DivClassName
{
background-color: #8FBFEE;
}
.BgClassName
{
background-color: #8FBFEE;
}
</style>
border-color css
<style>
span { border-color: #8FBFEE; }
span { border-color: rgb(143,191,238); }
td.TdClassName
{
border-color: #8FBFEE;
}
.TagClassName
{
border-color: #8FBFEE;
}
</style>