Shades of Cornflower #8BBCE8
Tints of Cornflower #8BBCE8
RGB
CMYK
RGB Variations
Color information
#8BBCE8 (or 0x8BBCE8) is known color: Cornflower. HEX triplet: 8B, BC and E8. RGB value is (139,188,232). Sum of RGB (Red+Green+Blue) = 139+188+232=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 232 (91.02% from 255 or 41.50% from 559); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BBCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCE8 is #744317. Grayscale: #B2B2B2. Windows color (decimal): -7619352 or 15252619. OLE color: 15252619.
HSL color Cylindrical-coordinate representation of color #8BBCE8: hue angle of 208.39º degrees, saturation: 0.67, 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 #8BBCE8 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 188 | 232 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.09 |
| HSL | 208.39º | 0.67% | 0.73% | - |
| HSV(B) | 208.39º | 0.4% | 0.91% | - |
| XYZ | 43.2 | 47.28 | 83.19 | - |
| YUV | 178.37 | 158.27 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 232 | 0.40 | 0.19 | 0 | 0.09 | 208.39 | 0.67 | 0.73 |
| Hex | 8B | BC | E8 | 28 | 13 | 0 | 9 | D0 | 43 | 49 |
| Octal | 213 | 274 | 350 | 50 | 23 | 0 | 11 | 320 | 103 | 111 |
| Binary | 10001011 | 10111100 | 11101000 | 101000 | 10011 | 0 | 1001 | 11010000 | 1000011 | 1001001 |
Color Harmonies of #8BBCE8
Complementary color
Monochromatic Colors of #8BBCE8
Black with #8BBCE8
Text Example
Text Example
White with #8BBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCE8; }
p { color: rgb(139,188,232); }
H1.HeaderClassName
{
color: #8BBCE8;
}
.AnyTagClassName
{
color: #8BBCE8;
}
</style>
background-color css
<style>
a { background-color: #8BBCE8; }
a { background-color: rgb(139,188,232); }
div.DivClassName
{
background-color: #8BBCE8;
}
.BgClassName
{
background-color: #8BBCE8;
}
</style>
border-color css
<style>
span { border-color: #8BBCE8; }
span { border-color: rgb(139,188,232); }
td.TdClassName
{
border-color: #8BBCE8;
}
.TagClassName
{
border-color: #8BBCE8;
}
</style>