Shades of Cornflower #8BBCE6
Tints of Cornflower #8BBCE6
RGB
CMYK
RGB Variations
Color information
#8BBCE6 (or 0x8BBCE6) is known color: Cornflower. HEX triplet: 8B, BC and E6. RGB value is (139,188,230). Sum of RGB (Red+Green+Blue) = 139+188+230=557 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.96% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BBCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCE6 is #744319. Grayscale: #B1B1B1. Windows color (decimal): -7619354 or 15121547. OLE color: 15121547.
HSL color Cylindrical-coordinate representation of color #8BBCE6: hue angle of 207.69º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBCE6 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 188 | 230 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.10 |
| HSL | 207.69º | 0.65% | 0.72% | - |
| HSV(B) | 207.69º | 0.4% | 0.9% | - |
| XYZ | 42.91 | 47.17 | 81.71 | - |
| YUV | 178.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 230 | 0.40 | 0.18 | 0 | 0.10 | 207.69 | 0.65 | 0.72 |
| Hex | 8B | BC | E6 | 28 | 12 | 0 | A | D0 | 41 | 48 |
| Octal | 213 | 274 | 346 | 50 | 22 | 0 | 12 | 320 | 101 | 110 |
| Binary | 10001011 | 10111100 | 11100110 | 101000 | 10010 | 0 | 1010 | 11010000 | 1000001 | 1001000 |
Color Harmonies of #8BBCE6
Complementary color
Monochromatic Colors of #8BBCE6
Black with #8BBCE6
Text Example
Text Example
White with #8BBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCE6; }
p { color: rgb(139,188,230); }
H1.HeaderClassName
{
color: #8BBCE6;
}
.AnyTagClassName
{
color: #8BBCE6;
}
</style>
background-color css
<style>
a { background-color: #8BBCE6; }
a { background-color: rgb(139,188,230); }
div.DivClassName
{
background-color: #8BBCE6;
}
.BgClassName
{
background-color: #8BBCE6;
}
</style>
border-color css
<style>
span { border-color: #8BBCE6; }
span { border-color: rgb(139,188,230); }
td.TdClassName
{
border-color: #8BBCE6;
}
.TagClassName
{
border-color: #8BBCE6;
}
</style>