Shades of Cornflower #8BBCE9
Tints of Cornflower #8BBCE9
RGB
CMYK
RGB Variations
Color information
#8BBCE9 (or 0x8BBCE9) is known color: Cornflower. HEX triplet: 8B, BC and E9. RGB value is (139,188,233). Sum of RGB (Red+Green+Blue) = 139+188+233=560 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.82% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #8BBCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCE9 is #744316. Grayscale: #B2B2B2. Windows color (decimal): -7619351 or 15318155. OLE color: 15318155.
HSL color Cylindrical-coordinate representation of color #8BBCE9: hue angle of 208.72º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBCE9 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 188 | 233 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.09 |
| HSL | 208.72º | 0.68% | 0.73% | - |
| HSV(B) | 208.72º | 0.4% | 0.91% | - |
| XYZ | 43.34 | 47.34 | 83.94 | - |
| YUV | 178.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 233 | 0.40 | 0.19 | 0 | 0.09 | 208.72 | 0.68 | 0.73 |
| Hex | 8B | BC | E9 | 28 | 13 | 0 | 9 | D1 | 44 | 49 |
| Octal | 213 | 274 | 351 | 50 | 23 | 0 | 11 | 321 | 104 | 111 |
| Binary | 10001011 | 10111100 | 11101001 | 101000 | 10011 | 0 | 1001 | 11010001 | 1000100 | 1001001 |
Color Harmonies of #8BBCE9
Complementary color
Monochromatic Colors of #8BBCE9
Black with #8BBCE9
Text Example
Text Example
White with #8BBCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCE9; }
p { color: rgb(139,188,233); }
H1.HeaderClassName
{
color: #8BBCE9;
}
.AnyTagClassName
{
color: #8BBCE9;
}
</style>
background-color css
<style>
a { background-color: #8BBCE9; }
a { background-color: rgb(139,188,233); }
div.DivClassName
{
background-color: #8BBCE9;
}
.BgClassName
{
background-color: #8BBCE9;
}
</style>
border-color css
<style>
span { border-color: #8BBCE9; }
span { border-color: rgb(139,188,233); }
td.TdClassName
{
border-color: #8BBCE9;
}
.TagClassName
{
border-color: #8BBCE9;
}
</style>