Shades of Cornflower #8FBCDD
Tints of Cornflower #8FBCDD
RGB
CMYK
RGB Variations
Color information
#8FBCDD (or 0x8FBCDD) is known color: Cornflower. HEX triplet: 8F, BC and DD. RGB value is (143,188,221). Sum of RGB (Red+Green+Blue) = 143+188+221=552 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.91% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #8FBCDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCDD is #704322. Grayscale: #B2B2B2. Windows color (decimal): -7357219 or 14531727. OLE color: 14531727.
HSL color Cylindrical-coordinate representation of color #8FBCDD: hue angle of 205.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBCDD is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 188 | 221 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.13 |
| HSL | 205.38º | 0.53% | 0.71% | - |
| HSV(B) | 205.38º | 0.35% | 0.87% | - |
| XYZ | 42.36 | 47.03 | 75.25 | - |
| YUV | 178.31 | 152.09 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 221 | 0.35 | 0.15 | 0 | 0.13 | 205.38 | 0.53 | 0.71 |
| Hex | 8F | BC | DD | 23 | F | 0 | D | CD | 35 | 47 |
| Octal | 217 | 274 | 335 | 43 | 17 | 0 | 15 | 315 | 65 | 107 |
| Binary | 10001111 | 10111100 | 11011101 | 100011 | 1111 | 0 | 1101 | 11001101 | 110101 | 1000111 |
Color Harmonies of #8FBCDD
Complementary color
Monochromatic Colors of #8FBCDD
Black with #8FBCDD
Text Example
Text Example
White with #8FBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCDD; }
p { color: rgb(143,188,221); }
H1.HeaderClassName
{
color: #8FBCDD;
}
.AnyTagClassName
{
color: #8FBCDD;
}
</style>
background-color css
<style>
a { background-color: #8FBCDD; }
a { background-color: rgb(143,188,221); }
div.DivClassName
{
background-color: #8FBCDD;
}
.BgClassName
{
background-color: #8FBCDD;
}
</style>
border-color css
<style>
span { border-color: #8FBCDD; }
span { border-color: rgb(143,188,221); }
td.TdClassName
{
border-color: #8FBCDD;
}
.TagClassName
{
border-color: #8FBCDD;
}
</style>