Shades of Cornflower #8DBFDC
Tints of Cornflower #8DBFDC
RGB
CMYK
RGB Variations
Color information
#8DBFDC (or 0x8DBFDC) is known color: Cornflower. HEX triplet: 8D, BF and DC. RGB value is (141,191,220). Sum of RGB (Red+Green+Blue) = 141+191+220=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DBFDC is #724023. Grayscale: #B3B3B3. Windows color (decimal): -7487524 or 14466957. OLE color: 14466957.
HSL color Cylindrical-coordinate representation of color #8DBFDC: hue angle of 202.03º 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 #8DBFDC is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 191 | 220 | - |
| CMYK | 0.36 | 0.13 | 0 | 0.14 |
| HSL | 202.03º | 0.53% | 0.71% | - |
| HSV(B) | 202.03º | 0.36% | 0.86% | - |
| XYZ | 42.53 | 48.09 | 74.75 | - |
| YUV | 179.36 | 150.94 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 220 | 0.36 | 0.13 | 0 | 0.14 | 202.03 | 0.53 | 0.71 |
| Hex | 8D | BF | DC | 24 | D | 0 | E | CA | 35 | 47 |
| Octal | 215 | 277 | 334 | 44 | 15 | 0 | 16 | 312 | 65 | 107 |
| Binary | 10001101 | 10111111 | 11011100 | 100100 | 1101 | 0 | 1110 | 11001010 | 110101 | 1000111 |
Color Harmonies of #8DBFDC
Complementary color
Monochromatic Colors of #8DBFDC
Black with #8DBFDC
Text Example
Text Example
White with #8DBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFDC; }
p { color: rgb(141,191,220); }
H1.HeaderClassName
{
color: #8DBFDC;
}
.AnyTagClassName
{
color: #8DBFDC;
}
</style>
background-color css
<style>
a { background-color: #8DBFDC; }
a { background-color: rgb(141,191,220); }
div.DivClassName
{
background-color: #8DBFDC;
}
.BgClassName
{
background-color: #8DBFDC;
}
</style>
border-color css
<style>
span { border-color: #8DBFDC; }
span { border-color: rgb(141,191,220); }
td.TdClassName
{
border-color: #8DBFDC;
}
.TagClassName
{
border-color: #8DBFDC;
}
</style>