Shades of Cornflower #8BBBDF
Tints of Cornflower #8BBBDF
RGB
CMYK
RGB Variations
Color information
#8BBBDF (or 0x8BBBDF) is known color: Cornflower. HEX triplet: 8B, BB and DF. RGB value is (139,187,223). Sum of RGB (Red+Green+Blue) = 139+187+223=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BBBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBBDF is #744420. Grayscale: #B0B0B0. Windows color (decimal): -7619617 or 14662539. OLE color: 14662539.
HSL color Cylindrical-coordinate representation of color #8BBBDF: hue angle of 205.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BBBDF is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 187 | 223 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.13 |
| HSL | 205.71º | 0.57% | 0.71% | - |
| HSV(B) | 205.71º | 0.38% | 0.87% | - |
| XYZ | 41.74 | 46.36 | 76.56 | - |
| YUV | 176.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 223 | 0.38 | 0.16 | 0 | 0.13 | 205.71 | 0.57 | 0.71 |
| Hex | 8B | BB | DF | 26 | 10 | 0 | D | CE | 39 | 47 |
| Octal | 213 | 273 | 337 | 46 | 20 | 0 | 15 | 316 | 71 | 107 |
| Binary | 10001011 | 10111011 | 11011111 | 100110 | 10000 | 0 | 1101 | 11001110 | 111001 | 1000111 |
Color Harmonies of #8BBBDF
Complementary color
Monochromatic Colors of #8BBBDF
Black with #8BBBDF
Text Example
Text Example
White with #8BBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBBDF; }
p { color: rgb(139,187,223); }
H1.HeaderClassName
{
color: #8BBBDF;
}
.AnyTagClassName
{
color: #8BBBDF;
}
</style>
background-color css
<style>
a { background-color: #8BBBDF; }
a { background-color: rgb(139,187,223); }
div.DivClassName
{
background-color: #8BBBDF;
}
.BgClassName
{
background-color: #8BBBDF;
}
</style>
border-color css
<style>
span { border-color: #8BBBDF; }
span { border-color: rgb(139,187,223); }
td.TdClassName
{
border-color: #8BBBDF;
}
.TagClassName
{
border-color: #8BBBDF;
}
</style>