Shades of Cornflower #8BBCDB
Tints of Cornflower #8BBCDB
RGB
CMYK
RGB Variations
Color information
#8BBCDB (or 0x8BBCDB) is known color: Cornflower. HEX triplet: 8B, BC and DB. RGB value is (139,188,219). Sum of RGB (Red+Green+Blue) = 139+188+219=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCDB is #744324. Grayscale: #B0B0B0. Windows color (decimal): -7619365 or 14400651. OLE color: 14400651.
HSL color Cylindrical-coordinate representation of color #8BBCDB: hue angle of 203.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBCDB is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 188 | 219 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.14 |
| HSL | 203.25º | 0.53% | 0.7% | - |
| HSV(B) | 203.25º | 0.37% | 0.86% | - |
| XYZ | 41.42 | 46.57 | 73.82 | - |
| YUV | 176.88 | 151.77 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 219 | 0.37 | 0.14 | 0 | 0.14 | 203.25 | 0.53 | 0.7 |
| Hex | 8B | BC | DB | 25 | E | 0 | E | CB | 35 | 46 |
| Octal | 213 | 274 | 333 | 45 | 16 | 0 | 16 | 313 | 65 | 106 |
| Binary | 10001011 | 10111100 | 11011011 | 100101 | 1110 | 0 | 1110 | 11001011 | 110101 | 1000110 |
Color Harmonies of #8BBCDB
Complementary color
Monochromatic Colors of #8BBCDB
Black with #8BBCDB
Text Example
Text Example
White with #8BBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCDB; }
p { color: rgb(139,188,219); }
H1.HeaderClassName
{
color: #8BBCDB;
}
.AnyTagClassName
{
color: #8BBCDB;
}
</style>
background-color css
<style>
a { background-color: #8BBCDB; }
a { background-color: rgb(139,188,219); }
div.DivClassName
{
background-color: #8BBCDB;
}
.BgClassName
{
background-color: #8BBCDB;
}
</style>
border-color css
<style>
span { border-color: #8BBCDB; }
span { border-color: rgb(139,188,219); }
td.TdClassName
{
border-color: #8BBCDB;
}
.TagClassName
{
border-color: #8BBCDB;
}
</style>