Shades of Cornflower #8CBBDD
Tints of Cornflower #8CBBDD
RGB
CMYK
RGB Variations
Color information
#8CBBDD (or 0x8CBBDD) is known color: Cornflower. HEX triplet: 8C, BB and DD. RGB value is (140,187,221). Sum of RGB (Red+Green+Blue) = 140+187+221=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 187 (73.44% from 255 or 34.12% 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 #8CBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CBBDD is #734422. Grayscale: #B0B0B0. Windows color (decimal): -7554083 or 14531468. OLE color: 14531468.
HSL color Cylindrical-coordinate representation of color #8CBBDD: hue angle of 205.19º degrees, saturation: 0.54, 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 #8CBBDD is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 187 | 221 | - |
| CMYK | 0.37 | 0.15 | 0 | 0.13 |
| HSL | 205.19º | 0.54% | 0.71% | - |
| HSV(B) | 205.19º | 0.37% | 0.87% | - |
| XYZ | 41.64 | 46.34 | 75.16 | - |
| YUV | 176.82 | 152.93 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 187 | 221 | 0.37 | 0.15 | 0 | 0.13 | 205.19 | 0.54 | 0.71 |
| Hex | 8C | BB | DD | 25 | F | 0 | D | CD | 36 | 47 |
| Octal | 214 | 273 | 335 | 45 | 17 | 0 | 15 | 315 | 66 | 107 |
| Binary | 10001100 | 10111011 | 11011101 | 100101 | 1111 | 0 | 1101 | 11001101 | 110110 | 1000111 |
Color Harmonies of #8CBBDD
Complementary color
Monochromatic Colors of #8CBBDD
Black with #8CBBDD
Text Example
Text Example
White with #8CBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBBDD; }
p { color: rgb(140,187,221); }
H1.HeaderClassName
{
color: #8CBBDD;
}
.AnyTagClassName
{
color: #8CBBDD;
}
</style>
background-color css
<style>
a { background-color: #8CBBDD; }
a { background-color: rgb(140,187,221); }
div.DivClassName
{
background-color: #8CBBDD;
}
.BgClassName
{
background-color: #8CBBDD;
}
</style>
border-color css
<style>
span { border-color: #8CBBDD; }
span { border-color: rgb(140,187,221); }
td.TdClassName
{
border-color: #8CBBDD;
}
.TagClassName
{
border-color: #8CBBDD;
}
</style>