Shades of Cornflower #8BBCE7
Tints of Cornflower #8BBCE7
RGB
CMYK
RGB Variations
Color information
#8BBCE7 (or 0x8BBCE7) is known color: Cornflower. HEX triplet: 8B, BC and E7. RGB value is (139,188,231). Sum of RGB (Red+Green+Blue) = 139+188+231=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 231 (90.62% from 255 or 41.40% from 558); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BBCE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBCE7 is #744318. Grayscale: #B2B2B2. Windows color (decimal): -7619353 or 15187083. OLE color: 15187083.
HSL color Cylindrical-coordinate representation of color #8BBCE7: hue angle of 208.04º degrees, saturation: 0.66, 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 #8BBCE7 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 188 | 231 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.09 |
| HSL | 208.04º | 0.66% | 0.73% | - |
| HSV(B) | 208.04º | 0.4% | 0.91% | - |
| XYZ | 43.05 | 47.22 | 82.45 | - |
| YUV | 178.25 | 157.77 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 231 | 0.40 | 0.19 | 0 | 0.09 | 208.04 | 0.66 | 0.73 |
| Hex | 8B | BC | E7 | 28 | 13 | 0 | 9 | D0 | 42 | 49 |
| Octal | 213 | 274 | 347 | 50 | 23 | 0 | 11 | 320 | 102 | 111 |
| Binary | 10001011 | 10111100 | 11100111 | 101000 | 10011 | 0 | 1001 | 11010000 | 1000010 | 1001001 |
Color Harmonies of #8BBCE7
Complementary color
Monochromatic Colors of #8BBCE7
Black with #8BBCE7
Text Example
Text Example
White with #8BBCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCE7; }
p { color: rgb(139,188,231); }
H1.HeaderClassName
{
color: #8BBCE7;
}
.AnyTagClassName
{
color: #8BBCE7;
}
</style>
background-color css
<style>
a { background-color: #8BBCE7; }
a { background-color: rgb(139,188,231); }
div.DivClassName
{
background-color: #8BBCE7;
}
.BgClassName
{
background-color: #8BBCE7;
}
</style>
border-color css
<style>
span { border-color: #8BBCE7; }
span { border-color: rgb(139,188,231); }
td.TdClassName
{
border-color: #8BBCE7;
}
.TagClassName
{
border-color: #8BBCE7;
}
</style>