Shades of Cornflower #8DBCDD
Tints of Cornflower #8DBCDD
RGB
CMYK
RGB Variations
Color information
#8DBCDD (or 0x8DBCDD) is known color: Cornflower. HEX triplet: 8D, BC and DD. RGB value is (141,188,221). Sum of RGB (Red+Green+Blue) = 141+188+221=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #8DBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBCDD is #724322. Grayscale: #B1B1B1. Windows color (decimal): -7488291 or 14531725. OLE color: 14531725.
HSL color Cylindrical-coordinate representation of color #8DBCDD: hue angle of 204.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DBCDD is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 188 | 221 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.13 |
| HSL | 204.75º | 0.54% | 0.71% | - |
| HSV(B) | 204.75º | 0.36% | 0.87% | - |
| XYZ | 42.02 | 46.85 | 75.23 | - |
| YUV | 177.71 | 152.43 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 221 | 0.36 | 0.15 | 0 | 0.13 | 204.75 | 0.54 | 0.71 |
| Hex | 8D | BC | DD | 24 | F | 0 | D | CD | 36 | 47 |
| Octal | 215 | 274 | 335 | 44 | 17 | 0 | 15 | 315 | 66 | 107 |
| Binary | 10001101 | 10111100 | 11011101 | 100100 | 1111 | 0 | 1101 | 11001101 | 110110 | 1000111 |
Color Harmonies of #8DBCDD
Complementary color
Monochromatic Colors of #8DBCDD
Black with #8DBCDD
Text Example
Text Example
White with #8DBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBCDD; }
p { color: rgb(141,188,221); }
H1.HeaderClassName
{
color: #8DBCDD;
}
.AnyTagClassName
{
color: #8DBCDD;
}
</style>
background-color css
<style>
a { background-color: #8DBCDD; }
a { background-color: rgb(141,188,221); }
div.DivClassName
{
background-color: #8DBCDD;
}
.BgClassName
{
background-color: #8DBCDD;
}
</style>
border-color css
<style>
span { border-color: #8DBCDD; }
span { border-color: rgb(141,188,221); }
td.TdClassName
{
border-color: #8DBCDD;
}
.TagClassName
{
border-color: #8DBCDD;
}
</style>