Shades of Cornflower #8BC6F0
Tints of Cornflower #8BC6F0
RGB
CMYK
RGB Variations
Color information
#8BC6F0 (or 0x8BC6F0) is known color: Cornflower. HEX triplet: 8B, C6 and F0. RGB value is (139,198,240). Sum of RGB (Red+Green+Blue) = 139+198+240=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 198 (77.73% from 255 or 34.32% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BC6F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC6F0 is #74390F. Grayscale: #B8B8B8. Windows color (decimal): -7616784 or 15779467. OLE color: 15779467.
HSL color Cylindrical-coordinate representation of color #8BC6F0: hue angle of 204.95º 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 #8BC6F0 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 198 | 240 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.06 |
| HSL | 204.95º | 0.77% | 0.74% | - |
| HSV(B) | 204.95º | 0.42% | 0.94% | - |
| XYZ | 46.57 | 52.17 | 90.05 | - |
| YUV | 185.15 | 158.95 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 240 | 0.42 | 0.18 | 0 | 0.06 | 204.95 | 0.77 | 0.74 |
| Hex | 8B | C6 | F0 | 2A | 12 | 0 | 6 | CD | 4D | 4A |
| Octal | 213 | 306 | 360 | 52 | 22 | 0 | 6 | 315 | 115 | 112 |
| Binary | 10001011 | 11000110 | 11110000 | 101010 | 10010 | 0 | 110 | 11001101 | 1001101 | 1001010 |
Color Harmonies of #8BC6F0
Complementary color
Monochromatic Colors of #8BC6F0
Black with #8BC6F0
Text Example
Text Example
White with #8BC6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC6F0; }
p { color: rgb(139,198,240); }
H1.HeaderClassName
{
color: #8BC6F0;
}
.AnyTagClassName
{
color: #8BC6F0;
}
</style>
background-color css
<style>
a { background-color: #8BC6F0; }
a { background-color: rgb(139,198,240); }
div.DivClassName
{
background-color: #8BC6F0;
}
.BgClassName
{
background-color: #8BC6F0;
}
</style>
border-color css
<style>
span { border-color: #8BC6F0; }
span { border-color: rgb(139,198,240); }
td.TdClassName
{
border-color: #8BC6F0;
}
.TagClassName
{
border-color: #8BC6F0;
}
</style>