Shades of Cornflower #8BBDE6
Tints of Cornflower #8BBDE6
RGB
CMYK
RGB Variations
Color information
#8BBDE6 (or 0x8BBDE6) is known color: Cornflower. HEX triplet: 8B, BD and E6. RGB value is (139,189,230). Sum of RGB (Red+Green+Blue) = 139+189+230=558 (73% of max value = 765). Red value is 139 (54.69% from 255 or 24.91% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BBDE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDE6 is #744219. Grayscale: #B2B2B2. Windows color (decimal): -7619098 or 15121803. OLE color: 15121803.
HSL color Cylindrical-coordinate representation of color #8BBDE6: hue angle of 207.03º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BBDE6 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 189 | 230 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.10 |
| HSL | 207.03º | 0.65% | 0.72% | - |
| HSV(B) | 207.03º | 0.4% | 0.9% | - |
| XYZ | 43.13 | 47.6 | 81.78 | - |
| YUV | 178.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 230 | 0.40 | 0.18 | 0 | 0.10 | 207.03 | 0.65 | 0.72 |
| Hex | 8B | BD | E6 | 28 | 12 | 0 | A | CF | 41 | 48 |
| Octal | 213 | 275 | 346 | 50 | 22 | 0 | 12 | 317 | 101 | 110 |
| Binary | 10001011 | 10111101 | 11100110 | 101000 | 10010 | 0 | 1010 | 11001111 | 1000001 | 1001000 |
Color Harmonies of #8BBDE6
Complementary color
Monochromatic Colors of #8BBDE6
Black with #8BBDE6
Text Example
Text Example
White with #8BBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDE6; }
p { color: rgb(139,189,230); }
H1.HeaderClassName
{
color: #8BBDE6;
}
.AnyTagClassName
{
color: #8BBDE6;
}
</style>
background-color css
<style>
a { background-color: #8BBDE6; }
a { background-color: rgb(139,189,230); }
div.DivClassName
{
background-color: #8BBDE6;
}
.BgClassName
{
background-color: #8BBDE6;
}
</style>
border-color css
<style>
span { border-color: #8BBDE6; }
span { border-color: rgb(139,189,230); }
td.TdClassName
{
border-color: #8BBDE6;
}
.TagClassName
{
border-color: #8BBDE6;
}
</style>