Shades of Cornflower #8BBBDB
Tints of Cornflower #8BBBDB
RGB
CMYK
RGB Variations
Color information
#8BBBDB (or 0x8BBBDB) is known color: Cornflower. HEX triplet: 8B, BB and DB. RGB value is (139,187,219). Sum of RGB (Red+Green+Blue) = 139+187+219=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBDB is #744424. Grayscale: #B0B0B0. Windows color (decimal): -7619621 or 14400395. OLE color: 14400395.
HSL color Cylindrical-coordinate representation of color #8BBBDB: hue angle of 204º 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 #8BBBDB is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 187 | 219 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.14 |
| HSL | 204º | 0.53% | 0.7% | - |
| HSV(B) | 204º | 0.37% | 0.86% | - |
| XYZ | 41.2 | 46.14 | 73.75 | - |
| YUV | 176.3 | 152.1 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 219 | 0.37 | 0.15 | 0 | 0.14 | 204 | 0.53 | 0.7 |
| Hex | 8B | BB | DB | 25 | F | 0 | E | CC | 35 | 46 |
| Octal | 213 | 273 | 333 | 45 | 17 | 0 | 16 | 314 | 65 | 106 |
| Binary | 10001011 | 10111011 | 11011011 | 100101 | 1111 | 0 | 1110 | 11001100 | 110101 | 1000110 |
Color Harmonies of #8BBBDB
Complementary color
Monochromatic Colors of #8BBBDB
Black with #8BBBDB
Text Example
Text Example
White with #8BBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBBDB; }
p { color: rgb(139,187,219); }
H1.HeaderClassName
{
color: #8BBBDB;
}
.AnyTagClassName
{
color: #8BBBDB;
}
</style>
background-color css
<style>
a { background-color: #8BBBDB; }
a { background-color: rgb(139,187,219); }
div.DivClassName
{
background-color: #8BBBDB;
}
.BgClassName
{
background-color: #8BBBDB;
}
</style>
border-color css
<style>
span { border-color: #8BBBDB; }
span { border-color: rgb(139,187,219); }
td.TdClassName
{
border-color: #8BBBDB;
}
.TagClassName
{
border-color: #8BBBDB;
}
</style>