Shades of Cornflower #8FBCDA
Tints of Cornflower #8FBCDA
RGB
CMYK
RGB Variations
Color information
#8FBCDA (or 0x8FBCDA) is known color: Cornflower. HEX triplet: 8F, BC and DA. RGB value is (143,188,218). Sum of RGB (Red+Green+Blue) = 143+188+218=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FBCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCDA is #704325. Grayscale: #B1B1B1. Windows color (decimal): -7357222 or 14335119. OLE color: 14335119.
HSL color Cylindrical-coordinate representation of color #8FBCDA: hue angle of 204º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FBCDA is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 188 | 218 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.15 |
| HSL | 204º | 0.5% | 0.71% | - |
| HSV(B) | 204º | 0.34% | 0.85% | - |
| XYZ | 41.97 | 46.87 | 73.16 | - |
| YUV | 177.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 218 | 0.34 | 0.14 | 0 | 0.15 | 204 | 0.5 | 0.71 |
| Hex | 8F | BC | DA | 22 | E | 0 | F | CC | 32 | 47 |
| Octal | 217 | 274 | 332 | 42 | 16 | 0 | 17 | 314 | 62 | 107 |
| Binary | 10001111 | 10111100 | 11011010 | 100010 | 1110 | 0 | 1111 | 11001100 | 110010 | 1000111 |
Color Harmonies of #8FBCDA
Complementary color
Monochromatic Colors of #8FBCDA
Black with #8FBCDA
Text Example
Text Example
White with #8FBCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCDA; }
p { color: rgb(143,188,218); }
H1.HeaderClassName
{
color: #8FBCDA;
}
.AnyTagClassName
{
color: #8FBCDA;
}
</style>
background-color css
<style>
a { background-color: #8FBCDA; }
a { background-color: rgb(143,188,218); }
div.DivClassName
{
background-color: #8FBCDA;
}
.BgClassName
{
background-color: #8FBCDA;
}
</style>
border-color css
<style>
span { border-color: #8FBCDA; }
span { border-color: rgb(143,188,218); }
td.TdClassName
{
border-color: #8FBCDA;
}
.TagClassName
{
border-color: #8FBCDA;
}
</style>