Shades of Cornflower #8BBDEA
Tints of Cornflower #8BBDEA
RGB
CMYK
RGB Variations
Color information
#8BBDEA (or 0x8BBDEA) is known color: Cornflower. HEX triplet: 8B, BD and EA. RGB value is (139,189,234). Sum of RGB (Red+Green+Blue) = 139+189+234=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BBDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDEA is #744215. Grayscale: #B2B2B2. Windows color (decimal): -7619094 or 15383947. OLE color: 15383947.
HSL color Cylindrical-coordinate representation of color #8BBDEA: hue angle of 208.42º 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 #8BBDEA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 189 | 234 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.08 |
| HSL | 208.42º | 0.69% | 0.73% | - |
| HSV(B) | 208.42º | 0.41% | 0.92% | - |
| XYZ | 43.7 | 47.82 | 84.77 | - |
| YUV | 179.18 | 158.94 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 234 | 0.41 | 0.19 | 0 | 0.08 | 208.42 | 0.69 | 0.73 |
| Hex | 8B | BD | EA | 29 | 13 | 0 | 8 | D0 | 45 | 49 |
| Octal | 213 | 275 | 352 | 51 | 23 | 0 | 10 | 320 | 105 | 111 |
| Binary | 10001011 | 10111101 | 11101010 | 101001 | 10011 | 0 | 1000 | 11010000 | 1000101 | 1001001 |
Color Harmonies of #8BBDEA
Complementary color
Monochromatic Colors of #8BBDEA
Black with #8BBDEA
Text Example
Text Example
White with #8BBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDEA; }
p { color: rgb(139,189,234); }
H1.HeaderClassName
{
color: #8BBDEA;
}
.AnyTagClassName
{
color: #8BBDEA;
}
</style>
background-color css
<style>
a { background-color: #8BBDEA; }
a { background-color: rgb(139,189,234); }
div.DivClassName
{
background-color: #8BBDEA;
}
.BgClassName
{
background-color: #8BBDEA;
}
</style>
border-color css
<style>
span { border-color: #8BBDEA; }
span { border-color: rgb(139,189,234); }
td.TdClassName
{
border-color: #8BBDEA;
}
.TagClassName
{
border-color: #8BBDEA;
}
</style>