Shades of Cornflower #8BBFDB
Tints of Cornflower #8BBFDB
RGB
CMYK
RGB Variations
Color information
#8BBFDB (or 0x8BBFDB) is known color: Cornflower. HEX triplet: 8B, BF and DB. RGB value is (139,191,219). Sum of RGB (Red+Green+Blue) = 139+191+219=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBFDB is #744024. Grayscale: #B2B2B2. Windows color (decimal): -7618597 or 14401419. OLE color: 14401419.
HSL color Cylindrical-coordinate representation of color #8BBFDB: hue angle of 201º 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 #8BBFDB is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 191 | 219 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.14 |
| HSL | 201º | 0.53% | 0.7% | - |
| HSV(B) | 201º | 0.37% | 0.86% | - |
| XYZ | 42.06 | 47.87 | 74.04 | - |
| YUV | 178.64 | 150.77 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 219 | 0.37 | 0.13 | 0 | 0.14 | 201 | 0.53 | 0.7 |
| Hex | 8B | BF | DB | 25 | D | 0 | E | C9 | 35 | 46 |
| Octal | 213 | 277 | 333 | 45 | 15 | 0 | 16 | 311 | 65 | 106 |
| Binary | 10001011 | 10111111 | 11011011 | 100101 | 1101 | 0 | 1110 | 11001001 | 110101 | 1000110 |
Color Harmonies of #8BBFDB
Complementary color
Monochromatic Colors of #8BBFDB
Black with #8BBFDB
Text Example
Text Example
White with #8BBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFDB; }
p { color: rgb(139,191,219); }
H1.HeaderClassName
{
color: #8BBFDB;
}
.AnyTagClassName
{
color: #8BBFDB;
}
</style>
background-color css
<style>
a { background-color: #8BBFDB; }
a { background-color: rgb(139,191,219); }
div.DivClassName
{
background-color: #8BBFDB;
}
.BgClassName
{
background-color: #8BBFDB;
}
</style>
border-color css
<style>
span { border-color: #8BBFDB; }
span { border-color: rgb(139,191,219); }
td.TdClassName
{
border-color: #8BBFDB;
}
.TagClassName
{
border-color: #8BBFDB;
}
</style>