Shades of Cornflower #8DBDDC
Tints of Cornflower #8DBDDC
RGB
CMYK
RGB Variations
Color information
#8DBDDC (or 0x8DBDDC) is known color: Cornflower. HEX triplet: 8D, BD and DC. RGB value is (141,189,220). Sum of RGB (Red+Green+Blue) = 141+189+220=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DBDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDDC is #724223. Grayscale: #B2B2B2. Windows color (decimal): -7488036 or 14466445. OLE color: 14466445.
HSL color Cylindrical-coordinate representation of color #8DBDDC: hue angle of 203.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DBDDC is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 189 | 220 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.14 |
| HSL | 203.54º | 0.53% | 0.71% | - |
| HSV(B) | 203.54º | 0.36% | 0.86% | - |
| XYZ | 42.1 | 47.23 | 74.61 | - |
| YUV | 178.18 | 151.6 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 220 | 0.36 | 0.14 | 0 | 0.14 | 203.54 | 0.53 | 0.71 |
| Hex | 8D | BD | DC | 24 | E | 0 | E | CC | 35 | 47 |
| Octal | 215 | 275 | 334 | 44 | 16 | 0 | 16 | 314 | 65 | 107 |
| Binary | 10001101 | 10111101 | 11011100 | 100100 | 1110 | 0 | 1110 | 11001100 | 110101 | 1000111 |
Color Harmonies of #8DBDDC
Complementary color
Monochromatic Colors of #8DBDDC
Black with #8DBDDC
Text Example
Text Example
White with #8DBDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDDC; }
p { color: rgb(141,189,220); }
H1.HeaderClassName
{
color: #8DBDDC;
}
.AnyTagClassName
{
color: #8DBDDC;
}
</style>
background-color css
<style>
a { background-color: #8DBDDC; }
a { background-color: rgb(141,189,220); }
div.DivClassName
{
background-color: #8DBDDC;
}
.BgClassName
{
background-color: #8DBDDC;
}
</style>
border-color css
<style>
span { border-color: #8DBDDC; }
span { border-color: rgb(141,189,220); }
td.TdClassName
{
border-color: #8DBDDC;
}
.TagClassName
{
border-color: #8DBDDC;
}
</style>