Shades of Cornflower #8BBFEC
Tints of Cornflower #8BBFEC
RGB
CMYK
RGB Variations
Color information
#8BBFEC (or 0x8BBFEC) is known color: Cornflower. HEX triplet: 8B, BF and EC. RGB value is (139,191,236). Sum of RGB (Red+Green+Blue) = 139+191+236=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 191 (75% from 255 or 33.75% 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 #8BBFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFEC is #744013. Grayscale: #B4B4B4. Windows color (decimal): -7618580 or 15515531. OLE color: 15515531.
HSL color Cylindrical-coordinate representation of color #8BBFEC: hue angle of 207.84º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBFEC is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 191 | 236 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.07 |
| HSL | 207.84º | 0.72% | 0.74% | - |
| HSV(B) | 207.84º | 0.41% | 0.93% | - |
| XYZ | 44.42 | 48.81 | 86.44 | - |
| YUV | 180.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 236 | 0.41 | 0.19 | 0 | 0.07 | 207.84 | 0.72 | 0.74 |
| Hex | 8B | BF | EC | 29 | 13 | 0 | 7 | D0 | 48 | 4A |
| Octal | 213 | 277 | 354 | 51 | 23 | 0 | 7 | 320 | 110 | 112 |
| Binary | 10001011 | 10111111 | 11101100 | 101001 | 10011 | 0 | 111 | 11010000 | 1001000 | 1001010 |
Color Harmonies of #8BBFEC
Complementary color
Monochromatic Colors of #8BBFEC
Black with #8BBFEC
Text Example
Text Example
White with #8BBFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFEC; }
p { color: rgb(139,191,236); }
H1.HeaderClassName
{
color: #8BBFEC;
}
.AnyTagClassName
{
color: #8BBFEC;
}
</style>
background-color css
<style>
a { background-color: #8BBFEC; }
a { background-color: rgb(139,191,236); }
div.DivClassName
{
background-color: #8BBFEC;
}
.BgClassName
{
background-color: #8BBFEC;
}
</style>
border-color css
<style>
span { border-color: #8BBFEC; }
span { border-color: rgb(139,191,236); }
td.TdClassName
{
border-color: #8BBFEC;
}
.TagClassName
{
border-color: #8BBFEC;
}
</style>