Shades of Cornflower #8BBCF0
Tints of Cornflower #8BBCF0
RGB
CMYK
RGB Variations
Color information
#8BBCF0 (or 0x8BBCF0) is known color: Cornflower. HEX triplet: 8B, BC and F0. RGB value is (139,188,240). Sum of RGB (Red+Green+Blue) = 139+188+240=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BBCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCF0 is #74430F. Grayscale: #B3B3B3. Windows color (decimal): -7619344 or 15776907. OLE color: 15776907.
HSL color Cylindrical-coordinate representation of color #8BBCF0: hue angle of 210.89º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BBCF0 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 188 | 240 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.06 |
| HSL | 210.89º | 0.77% | 0.74% | - |
| HSV(B) | 210.89º | 0.42% | 0.94% | - |
| XYZ | 44.36 | 47.75 | 89.32 | - |
| YUV | 179.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 240 | 0.42 | 0.22 | 0 | 0.06 | 210.89 | 0.77 | 0.74 |
| Hex | 8B | BC | F0 | 2A | 16 | 0 | 6 | D3 | 4D | 4A |
| Octal | 213 | 274 | 360 | 52 | 26 | 0 | 6 | 323 | 115 | 112 |
| Binary | 10001011 | 10111100 | 11110000 | 101010 | 10110 | 0 | 110 | 11010011 | 1001101 | 1001010 |
Color Harmonies of #8BBCF0
Complementary color
Monochromatic Colors of #8BBCF0
Black with #8BBCF0
Text Example
Text Example
White with #8BBCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCF0; }
p { color: rgb(139,188,240); }
H1.HeaderClassName
{
color: #8BBCF0;
}
.AnyTagClassName
{
color: #8BBCF0;
}
</style>
background-color css
<style>
a { background-color: #8BBCF0; }
a { background-color: rgb(139,188,240); }
div.DivClassName
{
background-color: #8BBCF0;
}
.BgClassName
{
background-color: #8BBCF0;
}
</style>
border-color css
<style>
span { border-color: #8BBCF0; }
span { border-color: rgb(139,188,240); }
td.TdClassName
{
border-color: #8BBCF0;
}
.TagClassName
{
border-color: #8BBCF0;
}
</style>