Shades of Cornflower #8BBCE2
Tints of Cornflower #8BBCE2
RGB
CMYK
RGB Variations
Color information
#8BBCE2 (or 0x8BBCE2) is known color: Cornflower. HEX triplet: 8B, BC and E2. RGB value is (139,188,226). Sum of RGB (Red+Green+Blue) = 139+188+226=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #8BBCE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCE2 is #74431D. Grayscale: #B1B1B1. Windows color (decimal): -7619358 or 14859403. OLE color: 14859403.
HSL color Cylindrical-coordinate representation of color #8BBCE2: hue angle of 206.21º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBCE2 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 188 | 226 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.11 |
| HSL | 206.21º | 0.6% | 0.72% | - |
| HSV(B) | 206.21º | 0.38% | 0.89% | - |
| XYZ | 42.36 | 46.95 | 78.78 | - |
| YUV | 177.68 | 155.27 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 226 | 0.38 | 0.17 | 0 | 0.11 | 206.21 | 0.6 | 0.72 |
| Hex | 8B | BC | E2 | 26 | 11 | 0 | B | CE | 3C | 48 |
| Octal | 213 | 274 | 342 | 46 | 21 | 0 | 13 | 316 | 74 | 110 |
| Binary | 10001011 | 10111100 | 11100010 | 100110 | 10001 | 0 | 1011 | 11001110 | 111100 | 1001000 |
Color Harmonies of #8BBCE2
Complementary color
Monochromatic Colors of #8BBCE2
Black with #8BBCE2
Text Example
Text Example
White with #8BBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCE2; }
p { color: rgb(139,188,226); }
H1.HeaderClassName
{
color: #8BBCE2;
}
.AnyTagClassName
{
color: #8BBCE2;
}
</style>
background-color css
<style>
a { background-color: #8BBCE2; }
a { background-color: rgb(139,188,226); }
div.DivClassName
{
background-color: #8BBCE2;
}
.BgClassName
{
background-color: #8BBCE2;
}
</style>
border-color css
<style>
span { border-color: #8BBCE2; }
span { border-color: rgb(139,188,226); }
td.TdClassName
{
border-color: #8BBCE2;
}
.TagClassName
{
border-color: #8BBCE2;
}
</style>