Shades of Cornflower #8DBDD9
Tints of Cornflower #8DBDD9
RGB
CMYK
RGB Variations
Color information
#8DBDD9 (or 0x8DBDD9) is known color: Cornflower. HEX triplet: 8D, BD and D9. RGB value is (141,189,217). Sum of RGB (Red+Green+Blue) = 141+189+217=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #8DBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBDD9 is #724226. Grayscale: #B1B1B1. Windows color (decimal): -7488039 or 14269837. OLE color: 14269837.
HSL color Cylindrical-coordinate representation of color #8DBDD9: hue angle of 202.11º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DBDD9 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 189 | 217 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.15 |
| HSL | 202.11º | 0.5% | 0.7% | - |
| HSV(B) | 202.11º | 0.35% | 0.85% | - |
| XYZ | 41.71 | 47.07 | 72.53 | - |
| YUV | 177.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 217 | 0.35 | 0.13 | 0 | 0.15 | 202.11 | 0.5 | 0.7 |
| Hex | 8D | BD | D9 | 23 | D | 0 | F | CA | 32 | 46 |
| Octal | 215 | 275 | 331 | 43 | 15 | 0 | 17 | 312 | 62 | 106 |
| Binary | 10001101 | 10111101 | 11011001 | 100011 | 1101 | 0 | 1111 | 11001010 | 110010 | 1000110 |
Color Harmonies of #8DBDD9
Complementary color
Monochromatic Colors of #8DBDD9
Black with #8DBDD9
Text Example
Text Example
White with #8DBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDD9; }
p { color: rgb(141,189,217); }
H1.HeaderClassName
{
color: #8DBDD9;
}
.AnyTagClassName
{
color: #8DBDD9;
}
</style>
background-color css
<style>
a { background-color: #8DBDD9; }
a { background-color: rgb(141,189,217); }
div.DivClassName
{
background-color: #8DBDD9;
}
.BgClassName
{
background-color: #8DBDD9;
}
</style>
border-color css
<style>
span { border-color: #8DBDD9; }
span { border-color: rgb(141,189,217); }
td.TdClassName
{
border-color: #8DBDD9;
}
.TagClassName
{
border-color: #8DBDD9;
}
</style>