Shades of Cornflower #8DBFD7
Tints of Cornflower #8DBFD7
RGB
CMYK
RGB Variations
Color information
#8DBFD7 (or 0x8DBFD7) is known color: Cornflower. HEX triplet: 8D, BF and D7. RGB value is (141,191,215). Sum of RGB (Red+Green+Blue) = 141+191+215=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 215 (84.38% from 255 or 39.31% from 547); Max value from RGB is 215 - color contains mainly: blue. Hex color #8DBFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFD7 is #724028. Grayscale: #B2B2B2. Windows color (decimal): -7487529 or 14139277. OLE color: 14139277.
HSL color Cylindrical-coordinate representation of color #8DBFD7: hue angle of 199.46º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DBFD7 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 191 | 215 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.16 |
| HSL | 199.46º | 0.48% | 0.7% | - |
| HSV(B) | 199.46º | 0.34% | 0.84% | - |
| XYZ | 41.88 | 47.83 | 71.31 | - |
| YUV | 178.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 215 | 0.34 | 0.11 | 0 | 0.16 | 199.46 | 0.48 | 0.7 |
| Hex | 8D | BF | D7 | 22 | B | 0 | 10 | C7 | 30 | 46 |
| Octal | 215 | 277 | 327 | 42 | 13 | 0 | 20 | 307 | 60 | 106 |
| Binary | 10001101 | 10111111 | 11010111 | 100010 | 1011 | 0 | 10000 | 11000111 | 110000 | 1000110 |
Color Harmonies of #8DBFD7
Complementary color
Monochromatic Colors of #8DBFD7
Black with #8DBFD7
Text Example
Text Example
White with #8DBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFD7; }
p { color: rgb(141,191,215); }
H1.HeaderClassName
{
color: #8DBFD7;
}
.AnyTagClassName
{
color: #8DBFD7;
}
</style>
background-color css
<style>
a { background-color: #8DBFD7; }
a { background-color: rgb(141,191,215); }
div.DivClassName
{
background-color: #8DBFD7;
}
.BgClassName
{
background-color: #8DBFD7;
}
</style>
border-color css
<style>
span { border-color: #8DBFD7; }
span { border-color: rgb(141,191,215); }
td.TdClassName
{
border-color: #8DBFD7;
}
.TagClassName
{
border-color: #8DBFD7;
}
</style>