Shades of Cornflower #8FBCDC
Tints of Cornflower #8FBCDC
RGB
CMYK
RGB Variations
Color information
#8FBCDC (or 0x8FBCDC) is known color: Cornflower. HEX triplet: 8F, BC and DC. RGB value is (143,188,220). Sum of RGB (Red+Green+Blue) = 143+188+220=551 (72% of max value = 765). Red value is 143 (56.25% from 255 or 25.95% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FBCDC is #704323. Grayscale: #B2B2B2. Windows color (decimal): -7357220 or 14466191. OLE color: 14466191.
HSL color Cylindrical-coordinate representation of color #8FBCDC: hue angle of 204.94º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FBCDC is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 188 | 220 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.14 |
| HSL | 204.94º | 0.52% | 0.71% | - |
| HSV(B) | 204.94º | 0.35% | 0.86% | - |
| XYZ | 42.23 | 46.97 | 74.55 | - |
| YUV | 178.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 220 | 0.35 | 0.15 | 0 | 0.14 | 204.94 | 0.52 | 0.71 |
| Hex | 8F | BC | DC | 23 | F | 0 | E | CD | 34 | 47 |
| Octal | 217 | 274 | 334 | 43 | 17 | 0 | 16 | 315 | 64 | 107 |
| Binary | 10001111 | 10111100 | 11011100 | 100011 | 1111 | 0 | 1110 | 11001101 | 110100 | 1000111 |
Color Harmonies of #8FBCDC
Complementary color
Monochromatic Colors of #8FBCDC
Black with #8FBCDC
Text Example
Text Example
White with #8FBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBCDC; }
p { color: rgb(143,188,220); }
H1.HeaderClassName
{
color: #8FBCDC;
}
.AnyTagClassName
{
color: #8FBCDC;
}
</style>
background-color css
<style>
a { background-color: #8FBCDC; }
a { background-color: rgb(143,188,220); }
div.DivClassName
{
background-color: #8FBCDC;
}
.BgClassName
{
background-color: #8FBCDC;
}
</style>
border-color css
<style>
span { border-color: #8FBCDC; }
span { border-color: rgb(143,188,220); }
td.TdClassName
{
border-color: #8FBCDC;
}
.TagClassName
{
border-color: #8FBCDC;
}
</style>