Shades of Cornflower #8BBEEA
Tints of Cornflower #8BBEEA
RGB
CMYK
RGB Variations
Color information
#8BBEEA (or 0x8BBEEA) is known color: Cornflower. HEX triplet: 8B, BE and EA. RGB value is (139,190,234). Sum of RGB (Red+Green+Blue) = 139+190+234=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BBEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBEEA is #744115. Grayscale: #B3B3B3. Windows color (decimal): -7618838 or 15384203. OLE color: 15384203.
HSL color Cylindrical-coordinate representation of color #8BBEEA: hue angle of 207.79º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BBEEA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 190 | 234 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.08 |
| HSL | 207.79º | 0.69% | 0.73% | - |
| HSV(B) | 207.79º | 0.41% | 0.92% | - |
| XYZ | 43.91 | 48.26 | 84.84 | - |
| YUV | 179.77 | 158.6 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 234 | 0.41 | 0.19 | 0 | 0.08 | 207.79 | 0.69 | 0.73 |
| Hex | 8B | BE | EA | 29 | 13 | 0 | 8 | D0 | 45 | 49 |
| Octal | 213 | 276 | 352 | 51 | 23 | 0 | 10 | 320 | 105 | 111 |
| Binary | 10001011 | 10111110 | 11101010 | 101001 | 10011 | 0 | 1000 | 11010000 | 1000101 | 1001001 |
Color Harmonies of #8BBEEA
Complementary color
Monochromatic Colors of #8BBEEA
Black with #8BBEEA
Text Example
Text Example
White with #8BBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBEEA; }
p { color: rgb(139,190,234); }
H1.HeaderClassName
{
color: #8BBEEA;
}
.AnyTagClassName
{
color: #8BBEEA;
}
</style>
background-color css
<style>
a { background-color: #8BBEEA; }
a { background-color: rgb(139,190,234); }
div.DivClassName
{
background-color: #8BBEEA;
}
.BgClassName
{
background-color: #8BBEEA;
}
</style>
border-color css
<style>
span { border-color: #8BBEEA; }
span { border-color: rgb(139,190,234); }
td.TdClassName
{
border-color: #8BBEEA;
}
.TagClassName
{
border-color: #8BBEEA;
}
</style>