Shades of Cornflower #8BBCDD
Tints of Cornflower #8BBCDD
RGB
CMYK
RGB Variations
Color information
#8BBCDD (or 0x8BBCDD) is known color: Cornflower. HEX triplet: 8B, BC and DD. RGB value is (139,188,221). Sum of RGB (Red+Green+Blue) = 139+188+221=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCDD is #744322. Grayscale: #B0B0B0. Windows color (decimal): -7619363 or 14531723. OLE color: 14531723.
HSL color Cylindrical-coordinate representation of color #8BBCDD: hue angle of 204.15º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BBCDD is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 188 | 221 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.13 |
| HSL | 204.15º | 0.55% | 0.71% | - |
| HSV(B) | 204.15º | 0.37% | 0.87% | - |
| XYZ | 41.68 | 46.68 | 75.22 | - |
| YUV | 177.11 | 152.77 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 221 | 0.37 | 0.15 | 0 | 0.13 | 204.15 | 0.55 | 0.71 |
| Hex | 8B | BC | DD | 25 | F | 0 | D | CC | 37 | 47 |
| Octal | 213 | 274 | 335 | 45 | 17 | 0 | 15 | 314 | 67 | 107 |
| Binary | 10001011 | 10111100 | 11011101 | 100101 | 1111 | 0 | 1101 | 11001100 | 110111 | 1000111 |
Color Harmonies of #8BBCDD
Complementary color
Monochromatic Colors of #8BBCDD
Black with #8BBCDD
Text Example
Text Example
White with #8BBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCDD; }
p { color: rgb(139,188,221); }
H1.HeaderClassName
{
color: #8BBCDD;
}
.AnyTagClassName
{
color: #8BBCDD;
}
</style>
background-color css
<style>
a { background-color: #8BBCDD; }
a { background-color: rgb(139,188,221); }
div.DivClassName
{
background-color: #8BBCDD;
}
.BgClassName
{
background-color: #8BBCDD;
}
</style>
border-color css
<style>
span { border-color: #8BBCDD; }
span { border-color: rgb(139,188,221); }
td.TdClassName
{
border-color: #8BBCDD;
}
.TagClassName
{
border-color: #8BBCDD;
}
</style>